#871277

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

Shades of Dark Purple #871277

Tints of Dark Purple #871277

Color information

#871277 (or 0x871277) is unknown color: approx Dark Purple. HEX triplet: 87, 12 and 77. RGB value is (135,18,119). Sum of RGB (Red+Green+Blue) = 135+18+119=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #871277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871277 is #78ED88. Grayscale: #404040. Windows color (decimal): -7925129 or 7803527. OLE color: 7803527.

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

Color convert

RGB13518119-
CMYK00.870.120.47
HSL308.21º76.47%30%-
HSV(B)308.21º86.67%52.94%-
XYZ13.546.9218.07-
YUV64.5158.76178.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=49.63%
G=6.62%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351811900.870.120.47308.2176.4730
Hex871277057C2F1344c1e
Octal207221670127145746411436
Binary10000111100101110111010101111100101111100110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871277; }

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

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

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

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

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

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

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

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