Html Css Color HEX #87226F Dark Purple

📋 copy color: '#87226F'

red 135 ◦ green 34 ◦ blue 111

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

Shades of Dark Purple #87226F

Tints of Dark Purple #87226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 48.21%
G = 12.14%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87226F (or 0x87226F) is known color: Dark Purple. HEX triplet: 87, 22 and 6F. RGB value is (135,34,111). Sum of RGB (Red+Green+Blue) = 135+34+111=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87226F is #78DD90. Grayscale: #484848. Windows color (decimal): -7921041 or 7283335. OLE color: 7283335.

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

Color convert

RGB 135 34 111 -
CMYK 0 0.75 0.18 0.47
HSL 314.26º 0.6% 0.33% -
HSV(B) 314.26º 0.75% 0.53% -
XYZ 13.43 7.44 15.77 -
YUV 72.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 135 34 111 0 0.75 0.18 0.47 314.26 0.6 0.33
Hex 87 22 6F 0 4B 12 2F 13A 3C 21
Octal 207 42 157 0 113 22 57 472 74 41
Binary 10000111 100010 1101111 0 1001011 10010 101111 100111010 111100 100001

Color Harmonies of #87226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87226F

Black with #87226F

Text Example


Text Example

White with #87226F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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