Html Css Color HEX #860C71 Dark Purple

📋 copy color: '#860C71'

red 134 ◦ green 12 ◦ blue 113

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

Shades of Dark Purple #860C71

Tints of Dark Purple #860C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.63%

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

R = 51.74%
G = 4.63%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860C71 (or 0x860C71) is known color: Dark Purple. HEX triplet: 86, 0C and 71. RGB value is (134,12,113). Sum of RGB (Red+Green+Blue) = 134+12+113=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #860C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C71 is #79F38E. Grayscale: #3B3B3B. Windows color (decimal): -7992207 or 7408774. OLE color: 7408774.

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

Color convert

RGB 134 12 113 -
CMYK 0 0.91 0.16 0.47
HSL 310.33º 0.84% 0.29% -
HSV(B) 310.33º 0.91% 0.53% -
XYZ 12.94 6.52 16.2 -
YUV 59.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 134 12 113 0 0.91 0.16 0.47 310.33 0.84 0.29
Hex 86 C 71 0 5B 10 2F 136 54 1D
Octal 206 14 161 0 133 20 57 466 124 35
Binary 10000110 1100 1110001 0 1011011 10000 101111 100110110 1010100 11101

Color Harmonies of #860C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C71

Black with #860C71

Text Example


Text Example

White with #860C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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