#751978

Color #751978 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #751978

Tints of Dark Purple #751978

Color information

#751978 (or 0x751978) is unknown color: approx Dark Purple. HEX triplet: 75, 19 and 78. RGB value is (117,25,120). Sum of RGB (Red+Green+Blue) = 117+25+120=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #751978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751978 is #8AE687. Grayscale: #3F3F3F. Windows color (decimal): -9102984 or 7870837. OLE color: 7870837.

HSL color Cylindrical-coordinate representation of color #751978: hue angle of 298.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751978 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11725120-
CMYK0.020.7900.53
HSL298.11º65.52%28.43%-
HSV(B)298.11º79.17%47.06%-
XYZ11.075.8318.31-
YUV63.34159.98166.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=44.66%
G=9.54%
B=45.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117251200.020.7900.53298.1165.5228.43
Hex75197824F03512a421c
Octal16531170211706545210234
Binary11101011100111110001010011110110101100101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751978; }

 p { color: rgb(117,25,120); }

 H1.HeaderClassName
 {
   color: #751978;
 }
 .AnyTagClassName
 {
   color: #751978;
 }
</style>
background-color css

<style>
 a { background-color: #751978; }

 a { background-color: rgb(117,25,120); }

 div.DivClassName
 {
   background-color: #751978;
 }
 .BgClassName
 {
   background-color: #751978;
 }
</style>
border-color css

<style>
 span { border-color: #751978; }

 span { border-color: rgb(117,25,120); }

 td.TdClassName
 {
   border-color: #751978;
 }
 .TagClassName
 {
   border-color: #751978;
 }
</style>