Html Css Color HEX #872666 Dark Purple

📋 copy color: '#872666'

red 135 ◦ green 38 ◦ blue 102

#872666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #872666

Tints of Dark Purple #872666

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#872666 (or 0x872666) is known color: 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

RGB 135 38 102 -
CMYK 0 0.72 0.24 0.47
HSL 320.41º 0.56% 0.34% -
HSV(B) 320.41º 0.72% 0.53% -
XYZ 13.08 7.5 13.33 -
YUV 74.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 135 38 102 0 0.72 0.24 0.47 320.41 0.56 0.34
Hex 87 26 66 0 48 18 2F 140 38 22
Octal 207 46 146 0 110 30 57 500 70 42
Binary 10000111 100110 1100110 0 1001000 11000 101111 101000000 111000 100010

Color Harmonies of #872666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872666

Black with #872666

Text Example


Text Example

White with #872666

Text Example


Text Example

HTML Codes & Css Web 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>