#872666

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

Shades of Dark Purple #872666

Tints of Dark Purple #872666

Color information

#872666 (or 0x872666) is unknown color: approx Dark Purple. HEX triplet: 87, 26 and 66. RGB value is (135,38,102). Sum of RGB (Red+Green+Blue) = 135+38+102=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872666 is #78D999. Grayscale: #4A4A4A. Windows color (decimal): -7920026 or 6694535. OLE color: 6694535.

HSL color Cylindrical-coordinate representation of color #872666: hue angle of 320.41º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872666 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13538102-
CMYK00.720.240.47
HSL320.41º56.07%33.92%-
HSV(B)320.41º71.85%52.94%-
XYZ13.087.513.33-
YUV74.3143.64171.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=49.09%
G=13.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353810200.720.240.47320.4156.0733.92
Hex872666048182F1403822
Octal20746146011030575007042
Binary1000011110011011001100100100011000101111101000000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872666; }

 p { color: rgb(135,38,102); }

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

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

 a { background-color: rgb(135,38,102); }

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

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

 span { border-color: rgb(135,38,102); }

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