Html Css Color HEX #860C79 Purple

📋 copy color: '#860C79'

red 134 ◦ green 12 ◦ blue 121

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

Shades of Purple #860C79

Tints of Purple #860C79

RGB

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

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

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

R = 50.19%
G = 4.49%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860C79 (or 0x860C79) is known color: Purple. HEX triplet: 86, 0C and 79. RGB value is (134,12,121). Sum of RGB (Red+Green+Blue) = 134+12+121=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C79 is #79F386. Grayscale: #3C3C3C. Windows color (decimal): -7992199 or 7933062. OLE color: 7933062.

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

Color convert

RGB 134 12 121 -
CMYK 0 0.91 0.10 0.47
HSL 306.39º 0.84% 0.29% -
HSV(B) 306.39º 0.91% 0.53% -
XYZ 13.41 6.71 18.68 -
YUV 60.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 134 12 121 0 0.91 0.10 0.47 306.39 0.84 0.29
Hex 86 C 79 0 5B A 2F 132 54 1D
Octal 206 14 171 0 133 12 57 462 124 35
Binary 10000110 1100 1111001 0 1011011 1010 101111 100110010 1010100 11101

Color Harmonies of #860C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C79

Black with #860C79

Text Example


Text Example

White with #860C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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