Html Css Color HEX #872488 Dark Purple

📋 copy color: '#872488'

red 135 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #872488

Tints of Dark Purple #872488

RGB

 RED value IS 135 (53.13% from 255) = 43.97%

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 43.97%
G = 11.73%
B = 44.3%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#872488 (or 0x872488) is known color: Dark Purple. HEX triplet: 87, 24 and 88. RGB value is (135,36,136). Sum of RGB (Red+Green+Blue) = 135+36+136=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #872488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872488 is #78DB77. Grayscale: #4C4C4C. Windows color (decimal): -7920504 or 8922247. OLE color: 8922247.

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

Color convert

RGB 135 36 136 -
CMYK 0.01 0.74 0 0.47
HSL 299.4º 0.58% 0.34% -
HSV(B) 299.4º 0.74% 0.53% -
XYZ 15.07 8.19 24.08 -
YUV 77 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 135 36 136 0.01 0.74 0 0.47 299.4 0.58 0.34
Hex 87 24 88 1 4A 0 2F 12B 3A 22
Octal 207 44 210 1 112 0 57 453 72 42
Binary 10000111 100100 10001000 1 1001010 0 101111 100101011 111010 100010

Color Harmonies of #872488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872488

Black with #872488

Text Example


Text Example

White with #872488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872488; }

 p { color: rgb(135,36,136); }

 H1.HeaderClassName
 {
   color: #872488;
 }
 .AnyTagClassName
 {
   color: #872488;
 }
</style>

background-color css

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

 a { background-color: rgb(135,36,136); }

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

border-color css

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

 span { border-color: rgb(135,36,136); }

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