Html Css Color HEX #87197C Dark Purple

📋 copy color: '#87197C'

red 135 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #87197C

Tints of Dark Purple #87197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 47.54%
G = 8.8%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87197C (or 0x87197C) is known color: Dark Purple. HEX triplet: 87, 19 and 7C. RGB value is (135,25,124). Sum of RGB (Red+Green+Blue) = 135+25+124=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87197C is #78E683. Grayscale: #444444. Windows color (decimal): -7923332 or 8132999. OLE color: 8132999.

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

Color convert

RGB 135 25 124 -
CMYK 0 0.81 0.08 0.47
HSL 306º 0.69% 0.31% -
HSV(B) 306º 0.81% 0.53% -
XYZ 13.98 7.3 19.74 -
YUV 69.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 135 25 124 0 0.81 0.08 0.47 306 0.69 0.31
Hex 87 19 7C 0 51 8 2F 132 45 1F
Octal 207 31 174 0 121 10 57 462 105 37
Binary 10000111 11001 1111100 0 1010001 1000 101111 100110010 1000101 11111

Color Harmonies of #87197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87197C

Black with #87197C

Text Example


Text Example

White with #87197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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