#752078

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

Shades of Dark Purple #752078

Tints of Dark Purple #752078

Color information

#752078 (or 0x752078) is unknown color: approx Dark Purple. HEX triplet: 75, 20 and 78. RGB value is (117,32,120). Sum of RGB (Red+Green+Blue) = 117+32+120=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #752078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752078 is #8ADF87. Grayscale: #434343. Windows color (decimal): -9101192 or 7872629. OLE color: 7872629.

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

Color convert

RGB11732120-
CMYK0.020.7300.53
HSL297.95º57.89%29.8%-
HSV(B)297.95º73.33%47.06%-
XYZ11.246.1718.37-
YUV67.45157.66163.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=43.49%
G=11.90%
B=44.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117321200.020.7300.53297.9557.8929.8
Hex75207824903512a3a1e
Octal1654017021110654527236
Binary11101011000001111000101001001011010110010101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752078; }

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

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

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

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

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

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

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

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