Html Css Color HEX #860E70 Dark Purple

📋 copy color: '#860E70'

red 134 ◦ green 14 ◦ blue 112

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

Shades of Dark Purple #860E70

Tints of Dark Purple #860E70

RGB

 RED value IS 134 (52.73% from 255) = 51.54%

 GREEN value IS 14 (5.86% from 255) = 5.38%

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

R = 51.54%
G = 5.38%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860E70 (or 0x860E70) is known color: Dark Purple. HEX triplet: 86, 0E and 70. RGB value is (134,14,112). Sum of RGB (Red+Green+Blue) = 134+14+112=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E70 is #79F18F. Grayscale: #3C3C3C. Windows color (decimal): -7991696 or 7343750. OLE color: 7343750.

HSL color Cylindrical-coordinate representation of color #860E70: hue angle of 311º degrees, saturation: 0.81, 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 #860E70 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 112 -
CMYK 0 0.90 0.16 0.47
HSL 311º 0.81% 0.29% -
HSV(B) 311º 0.9% 0.53% -
XYZ 12.91 6.55 15.91 -
YUV 61.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 134 14 112 0 0.90 0.16 0.47 311 0.81 0.29
Hex 86 E 70 0 5A 10 2F 137 51 1D
Octal 206 16 160 0 132 20 57 467 121 35
Binary 10000110 1110 1110000 0 1011010 10000 101111 100110111 1010001 11101

Color Harmonies of #860E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E70

Black with #860E70

Text Example


Text Example

White with #860E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860E70; }

 p { color: rgb(134,14,112); }

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

background-color css

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

 a { background-color: rgb(134,14,112); }

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

border-color css

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

 span { border-color: rgb(134,14,112); }

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