Html Css Color HEX #87197F Dark Purple

📋 copy color: '#87197F'

red 135 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #87197F

Tints of Dark Purple #87197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 47.04%
G = 8.71%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87197F (or 0x87197F) is known color: Dark Purple. HEX triplet: 87, 19 and 7F. RGB value is (135,25,127). Sum of RGB (Red+Green+Blue) = 135+25+127=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #87197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87197F is #78E680. Grayscale: #454545. Windows color (decimal): -7923329 or 8329607. OLE color: 8329607.

HSL color Cylindrical-coordinate representation of color #87197F: hue angle of 304.36º 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 #87197F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 127 -
CMYK 0 0.81 0.06 0.47
HSL 304.36º 0.69% 0.31% -
HSV(B) 304.36º 0.81% 0.53% -
XYZ 14.17 7.38 20.76 -
YUV 69.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 135 25 127 0 0.81 0.06 0.47 304.36 0.69 0.31
Hex 87 19 7F 0 51 6 2F 130 45 1F
Octal 207 31 177 0 121 6 57 460 105 37
Binary 10000111 11001 1111111 0 1010001 110 101111 100110000 1000101 11111

Color Harmonies of #87197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87197F

Black with #87197F

Text Example


Text Example

White with #87197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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