#873277

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

Shades of Dark Purple #873277

Tints of Dark Purple #873277

Color information

#873277 (or 0x873277) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 77. RGB value is (135,50,119). Sum of RGB (Red+Green+Blue) = 135+50+119=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873277 is #78CD88. Grayscale: #535353. Windows color (decimal): -7916937 or 7811719. OLE color: 7811719.

HSL color Cylindrical-coordinate representation of color #873277: hue angle of 311.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873277 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13550119-
CMYK00.630.120.47
HSL311.29º45.95%36.27%-
HSV(B)311.29º62.96%52.94%-
XYZ14.468.7618.38-
YUV83.28148.16164.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=44.41%
G=16.45%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355011900.630.120.47311.2945.9536.27
Hex87327703FC2F1372e24
Octal2076216707714574675644
Binary10000111110010111011101111111100101111100110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873277; }

 p { color: rgb(135,50,119); }

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

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

 a { background-color: rgb(135,50,119); }

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

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

 span { border-color: rgb(135,50,119); }

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