#752079

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

Shades of Dark Purple #752079

Tints of Dark Purple #752079

Color information

#752079 (or 0x752079) is unknown color: approx Dark Purple. HEX triplet: 75, 20 and 79. RGB value is (117,32,121). Sum of RGB (Red+Green+Blue) = 117+32+121=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #752079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752079 is #8ADF86. Grayscale: #434343. Windows color (decimal): -9101191 or 7938165. OLE color: 7938165.

HSL color Cylindrical-coordinate representation of color #752079: hue angle of 297.3º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752079 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11732121-
CMYK0.030.7400.53
HSL297.3º58.17%30%-
HSV(B)297.3º73.55%47.45%-
XYZ11.36.218.69-
YUV67.56158.16163.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=43.33%
G=11.85%
B=44.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117321210.030.7400.53297.358.1730
Hex75207934A0351293a1e
Octal1654017131120654517236
Binary11101011000001111001111001010011010110010100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752079; }

 p { color: rgb(117,32,121); }

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

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

 a { background-color: rgb(117,32,121); }

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

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

 span { border-color: rgb(117,32,121); }

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