Html Css Color HEX #87137C Dark Purple

📋 copy color: '#87137C'

red 135 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #87137C

Tints of Dark Purple #87137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 48.56%
G = 6.83%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87137C (or 0x87137C) is known color: Dark Purple. HEX triplet: 87, 13 and 7C. RGB value is (135,19,124). Sum of RGB (Red+Green+Blue) = 135+19+124=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87137C is #78EC83. Grayscale: #414141. Windows color (decimal): -7924868 or 8131463. OLE color: 8131463.

HSL color Cylindrical-coordinate representation of color #87137C: hue angle of 305.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87137C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 124 -
CMYK 0 0.86 0.08 0.47
HSL 305.69º 0.75% 0.3% -
HSV(B) 305.69º 0.86% 0.53% -
XYZ 13.86 7.07 19.7 -
YUV 65.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 135 19 124 0 0.86 0.08 0.47 305.69 0.75 0.3
Hex 87 13 7C 0 56 8 2F 132 4B 1E
Octal 207 23 174 0 126 10 57 462 113 36
Binary 10000111 10011 1111100 0 1010110 1000 101111 100110010 1001011 11110

Color Harmonies of #87137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87137C

Black with #87137C

Text Example


Text Example

White with #87137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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