Html Css Color HEX #87217C Dark Purple

📋 copy color: '#87217C'

red 135 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #87217C

Tints of Dark Purple #87217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 46.23%
G = 11.3%
B = 42.47%

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

#87217C (or 0x87217C) is known color: Dark Purple. HEX triplet: 87, 21 and 7C. RGB value is (135,33,124). Sum of RGB (Red+Green+Blue) = 135+33+124=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87217C is #78DE83. Grayscale: #494949. Windows color (decimal): -7921284 or 8135047. OLE color: 8135047.

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

Color convert

RGB 135 33 124 -
CMYK 0 0.76 0.08 0.47
HSL 306.47º 0.61% 0.33% -
HSV(B) 306.47º 0.76% 0.53% -
XYZ 14.17 7.69 19.81 -
YUV 73.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 135 33 124 0 0.76 0.08 0.47 306.47 0.61 0.33
Hex 87 21 7C 0 4C 8 2F 132 3D 21
Octal 207 41 174 0 114 10 57 462 75 41
Binary 10000111 100001 1111100 0 1001100 1000 101111 100110010 111101 100001

Color Harmonies of #87217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87217C

Black with #87217C

Text Example


Text Example

White with #87217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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