Html Css Color HEX #87207C Dark Purple

📋 copy color: '#87207C'

red 135 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #87207C

Tints of Dark Purple #87207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 46.39%
G = 11%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87207C (or 0x87207C) is known color: Dark Purple. HEX triplet: 87, 20 and 7C. RGB value is (135,32,124). Sum of RGB (Red+Green+Blue) = 135+32+124=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87207C is #78DF83. Grayscale: #494949. Windows color (decimal): -7921540 or 8134791. OLE color: 8134791.

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

Color convert

RGB 135 32 124 -
CMYK 0 0.76 0.08 0.47
HSL 306.41º 0.62% 0.33% -
HSV(B) 306.41º 0.76% 0.53% -
XYZ 14.15 7.64 19.8 -
YUV 73.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 135 32 124 0 0.76 0.08 0.47 306.41 0.62 0.33
Hex 87 20 7C 0 4C 8 2F 132 3E 21
Octal 207 40 174 0 114 10 57 462 76 41
Binary 10000111 100000 1111100 0 1001100 1000 101111 100110010 111110 100001

Color Harmonies of #87207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87207C

Black with #87207C

Text Example


Text Example

White with #87207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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