Html Css Color HEX #872070 Dark Purple

📋 copy color: '#872070'

red 135 ◦ green 32 ◦ blue 112

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

Shades of Dark Purple #872070

Tints of Dark Purple #872070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 48.39%
G = 11.47%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#872070 (or 0x872070) is known color: Dark Purple. HEX triplet: 87, 20 and 70. RGB value is (135,32,112). Sum of RGB (Red+Green+Blue) = 135+32+112=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #872070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872070 is #78DF8F. Grayscale: #474747. Windows color (decimal): -7921552 or 7348359. OLE color: 7348359.

HSL color Cylindrical-coordinate representation of color #872070: hue angle of 313.4º 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 #872070 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 112 -
CMYK 0 0.76 0.17 0.47
HSL 313.4º 0.62% 0.33% -
HSV(B) 313.4º 0.76% 0.53% -
XYZ 13.43 7.35 16.04 -
YUV 71.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 135 32 112 0 0.76 0.17 0.47 313.4 0.62 0.33
Hex 87 20 70 0 4C 11 2F 139 3E 21
Octal 207 40 160 0 114 21 57 471 76 41
Binary 10000111 100000 1110000 0 1001100 10001 101111 100111001 111110 100001

Color Harmonies of #872070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872070

Black with #872070

Text Example


Text Example

White with #872070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872070; }

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

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

background-color css

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

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

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

border-color css

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

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

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