Html Css Color HEX #860D79 Dark Purple

📋 copy color: '#860D79'

red 134 ◦ green 13 ◦ blue 121

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

Shades of Dark Purple #860D79

Tints of Dark Purple #860D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 50%
G = 4.85%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860D79 (or 0x860D79) is known color: Dark Purple. HEX triplet: 86, 0D and 79. RGB value is (134,13,121). Sum of RGB (Red+Green+Blue) = 134+13+121=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #860D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D79 is #79F286. Grayscale: #3D3D3D. Windows color (decimal): -7991943 or 7933318. OLE color: 7933318.

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

Color convert

RGB 134 13 121 -
CMYK 0 0.90 0.10 0.47
HSL 306.45º 0.82% 0.29% -
HSV(B) 306.45º 0.9% 0.53% -
XYZ 13.43 6.74 18.68 -
YUV 61.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 134 13 121 0 0.90 0.10 0.47 306.45 0.82 0.29
Hex 86 D 79 0 5A A 2F 132 52 1D
Octal 206 15 171 0 132 12 57 462 122 35
Binary 10000110 1101 1111001 0 1011010 1010 101111 100110010 1010010 11101

Color Harmonies of #860D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D79

Black with #860D79

Text Example


Text Example

White with #860D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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