#873578

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

Shades of Dark Purple #873578

Tints of Dark Purple #873578

Color information

#873578 (or 0x873578) is unknown color: approx Dark Purple. HEX triplet: 87, 35 and 78. RGB value is (135,53,120). Sum of RGB (Red+Green+Blue) = 135+53+120=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #873578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873578 is #78CA87. Grayscale: #545454. Windows color (decimal): -7916168 or 7878023. OLE color: 7878023.

HSL color Cylindrical-coordinate representation of color #873578: hue angle of 310.98º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873578 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13553120-
CMYK00.610.110.47
HSL310.98º43.62%36.86%-
HSV(B)310.98º60.74%52.94%-
XYZ14.659.0518.74-
YUV85.16147.67163.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=43.83%
G=17.21%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355312000.610.110.47310.9843.6236.86
Hex87357803DB2F1372c25
Octal2076517007513574675445
Binary10000111110101111100001111011011101111100110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873578; }

 p { color: rgb(135,53,120); }

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

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

 a { background-color: rgb(135,53,120); }

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

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

 span { border-color: rgb(135,53,120); }

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