Html Css Color HEX #860071 Purple

📋 copy color: '#860071'

red 134 ◦ green 0 ◦ blue 113

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

Shades of Purple #860071

Tints of Purple #860071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 54.25%
G = 0%
B = 45.75%

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

#860071 (or 0x860071) is known color: Purple. HEX triplet: 86, 00 and 71. RGB value is (134,0,113). Sum of RGB (Red+Green+Blue) = 134+0+113=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860071 is #79FF8E. Grayscale: #343434. Windows color (decimal): -7995279 or 7405702. OLE color: 7405702.

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

Color convert

RGB 134 0 113 -
CMYK 0 1 0.16 0.47
HSL 309.4º 1% 0.26% -
HSV(B) 309.4º 1% 0.53% -
XYZ 12.81 6.26 16.16 -
YUV 52.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 134 0 113 0 1 0.16 0.47 309.4 1 0.26
Hex 86 0 71 0 64 10 2F 135 64 1A
Octal 206 0 161 0 144 20 57 465 144 32
Binary 10000110 0 1110001 0 1100100 10000 101111 100110101 1100100 11010

Color Harmonies of #860071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860071

Black with #860071

Text Example


Text Example

White with #860071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860071; }

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

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

background-color css

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

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

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

border-color css

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

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

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