Html Css Color HEX #87127C Dark Purple

📋 copy color: '#87127C'

red 135 ◦ green 18 ◦ blue 124

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

Shades of Dark Purple #87127C

Tints of Dark Purple #87127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 48.74%
G = 6.5%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87127C (or 0x87127C) is known color: Dark Purple. HEX triplet: 87, 12 and 7C. RGB value is (135,18,124). Sum of RGB (Red+Green+Blue) = 135+18+124=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127C is #78ED83. Grayscale: #404040. Windows color (decimal): -7925124 or 8131207. OLE color: 8131207.

HSL color Cylindrical-coordinate representation of color #87127C: hue angle of 305.64º 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 #87127C is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 124 -
CMYK 0 0.87 0.08 0.47
HSL 305.64º 0.76% 0.3% -
HSV(B) 305.64º 0.87% 0.53% -
XYZ 13.85 7.04 19.7 -
YUV 65.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 135 18 124 0 0.87 0.08 0.47 305.64 0.76 0.3
Hex 87 12 7C 0 57 8 2F 132 4C 1E
Octal 207 22 174 0 127 10 57 462 114 36
Binary 10000111 10010 1111100 0 1010111 1000 101111 100110010 1001100 11110

Color Harmonies of #87127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87127C

Black with #87127C

Text Example


Text Example

White with #87127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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