Html Css Color HEX #87287E Dark Purple

📋 copy color: '#87287E'

red 135 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #87287E

Tints of Dark Purple #87287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 44.85%
G = 13.29%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87287E (or 0x87287E) is known color: Dark Purple. HEX triplet: 87, 28 and 7E. RGB value is (135,40,126). Sum of RGB (Red+Green+Blue) = 135+40+126=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87287E is #78D781. Grayscale: #4D4D4D. Windows color (decimal): -7919490 or 8267911. OLE color: 8267911.

HSL color Cylindrical-coordinate representation of color #87287E: hue angle of 305.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87287E is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 126 -
CMYK 0 0.70 0.07 0.47
HSL 305.68º 0.54% 0.34% -
HSV(B) 305.68º 0.7% 0.53% -
XYZ 14.52 8.17 20.55 -
YUV 78.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 135 40 126 0 0.70 0.07 0.47 305.68 0.54 0.34
Hex 87 28 7E 0 46 7 2F 132 36 22
Octal 207 50 176 0 106 7 57 462 66 42
Binary 10000111 101000 1111110 0 1000110 111 101111 100110010 110110 100010

Color Harmonies of #87287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87287E

Black with #87287E

Text Example


Text Example

White with #87287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87287E; }

 p { color: rgb(135,40,126); }

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

background-color css

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

 a { background-color: rgb(135,40,126); }

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

border-color css

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

 span { border-color: rgb(135,40,126); }

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