Html Css Color HEX #860070 Purple

📋 copy color: '#860070'

red 134 ◦ green 0 ◦ blue 112

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

Shades of Purple #860070

Tints of Purple #860070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.47%
G = 0%
B = 45.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860070 (or 0x860070) is known color: Purple. HEX triplet: 86, 00 and 70. RGB value is (134,0,112). Sum of RGB (Red+Green+Blue) = 134+0+112=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #860070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860070 is #79FF8F. Grayscale: #343434. Windows color (decimal): -7995280 or 7340166. OLE color: 7340166.

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

Color convert

RGB 134 0 112 -
CMYK 0 1 0.16 0.47
HSL 309.85º 1% 0.26% -
HSV(B) 309.85º 1% 0.53% -
XYZ 12.76 6.24 15.86 -
YUV 52.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 134 0 112 0 1 0.16 0.47 309.85 1 0.26
Hex 86 0 70 0 64 10 2F 136 64 1A
Octal 206 0 160 0 144 20 57 466 144 32
Binary 10000110 0 1110000 0 1100100 10000 101111 100110110 1100100 11010

Color Harmonies of #860070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860070

Black with #860070

Text Example


Text Example

White with #860070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860070; }

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

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

background-color css

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

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

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

border-color css

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

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

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