Html Css Color HEX #860D71 Dark Purple

📋 copy color: '#860D71'

red 134 ◦ green 13 ◦ blue 113

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

Shades of Dark Purple #860D71

Tints of Dark Purple #860D71

RGB

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

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

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

R = 51.54%
G = 5%
B = 43.46%

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

#860D71 (or 0x860D71) is known color: Dark Purple. HEX triplet: 86, 0D and 71. RGB value is (134,13,113). Sum of RGB (Red+Green+Blue) = 134+13+113=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D71 is #79F28E. Grayscale: #3C3C3C. Windows color (decimal): -7991951 or 7409030. OLE color: 7409030.

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

Color convert

RGB 134 13 113 -
CMYK 0 0.90 0.16 0.47
HSL 310.41º 0.82% 0.29% -
HSV(B) 310.41º 0.9% 0.53% -
XYZ 12.96 6.55 16.2 -
YUV 60.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 134 13 113 0 0.90 0.16 0.47 310.41 0.82 0.29
Hex 86 D 71 0 5A 10 2F 136 52 1D
Octal 206 15 161 0 132 20 57 466 122 35
Binary 10000110 1101 1110001 0 1011010 10000 101111 100110110 1010010 11101

Color Harmonies of #860D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D71

Black with #860D71

Text Example


Text Example

White with #860D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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