Html Css Color HEX #87227C Dark Purple

📋 copy color: '#87227C'

red 135 ◦ green 34 ◦ blue 124

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

Shades of Dark Purple #87227C

Tints of Dark Purple #87227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 46.08%
G = 11.6%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87227C (or 0x87227C) is known color: Dark Purple. HEX triplet: 87, 22 and 7C. RGB value is (135,34,124). Sum of RGB (Red+Green+Blue) = 135+34+124=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227C is #78DD83. Grayscale: #4A4A4A. Windows color (decimal): -7921028 or 8135303. OLE color: 8135303.

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

Color convert

RGB 135 34 124 -
CMYK 0 0.75 0.08 0.47
HSL 306.53º 0.6% 0.33% -
HSV(B) 306.53º 0.75% 0.53% -
XYZ 14.2 7.75 19.82 -
YUV 74.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 135 34 124 0 0.75 0.08 0.47 306.53 0.6 0.33
Hex 87 22 7C 0 4B 8 2F 133 3C 21
Octal 207 42 174 0 113 10 57 463 74 41
Binary 10000111 100010 1111100 0 1001011 1000 101111 100110011 111100 100001

Color Harmonies of #87227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87227C

Black with #87227C

Text Example


Text Example

White with #87227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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