Html Css Color HEX #870872 Purple

📋 copy color: '#870872'

red 135 ◦ green 8 ◦ blue 114

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

Shades of Purple #870872

Tints of Purple #870872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 52.53%
G = 3.11%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#870872 (or 0x870872) is known color: Purple. HEX triplet: 87, 08 and 72. RGB value is (135,8,114). Sum of RGB (Red+Green+Blue) = 135+8+114=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870872 is #78F78D. Grayscale: #393939. Windows color (decimal): -7927694 or 7473287. OLE color: 7473287.

HSL color Cylindrical-coordinate representation of color #870872: hue angle of 309.92º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870872 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 114 -
CMYK 0 0.94 0.16 0.47
HSL 309.92º 0.89% 0.28% -
HSV(B) 309.92º 0.94% 0.53% -
XYZ 13.12 6.54 16.49 -
YUV 58.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 135 8 114 0 0.94 0.16 0.47 309.92 0.89 0.28
Hex 87 8 72 0 5E 10 2F 136 59 1C
Octal 207 10 162 0 136 20 57 466 131 34
Binary 10000111 1000 1110010 0 1011110 10000 101111 100110110 1011001 11100

Color Harmonies of #870872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870872

Black with #870872

Text Example


Text Example

White with #870872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870872; }

 p { color: rgb(135,8,114); }

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

background-color css

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

 a { background-color: rgb(135,8,114); }

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

border-color css

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

 span { border-color: rgb(135,8,114); }

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