Html Css Color HEX #870D70 Dark Purple

📋 copy color: '#870D70'

red 135 ◦ green 13 ◦ blue 112

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

Shades of Dark Purple #870D70

Tints of Dark Purple #870D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

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

R = 51.92%
G = 5%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#870D70 (or 0x870D70) is known color: Dark Purple. HEX triplet: 87, 0D and 70. RGB value is (135,13,112). Sum of RGB (Red+Green+Blue) = 135+13+112=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #870D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D70 is #78F28F. Grayscale: #3C3C3C. Windows color (decimal): -7926416 or 7343495. OLE color: 7343495.

HSL color Cylindrical-coordinate representation of color #870D70: hue angle of 311.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D70 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 112 -
CMYK 0 0.90 0.17 0.47
HSL 311.31º 0.82% 0.29% -
HSV(B) 311.31º 0.9% 0.53% -
XYZ 13.06 6.61 15.92 -
YUV 60.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 135 13 112 0 0.90 0.17 0.47 311.31 0.82 0.29
Hex 87 D 70 0 5A 11 2F 137 52 1D
Octal 207 15 160 0 132 21 57 467 122 35
Binary 10000111 1101 1110000 0 1011010 10001 101111 100110111 1010010 11101

Color Harmonies of #870D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D70

Black with #870D70

Text Example


Text Example

White with #870D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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