Html Css Color HEX #860579 Purple

📋 copy color: '#860579'

red 134 ◦ green 5 ◦ blue 121

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

Shades of Purple #860579

Tints of Purple #860579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 51.54%
G = 1.92%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860579 (or 0x860579) is known color: Purple. HEX triplet: 86, 05 and 79. RGB value is (134,5,121). Sum of RGB (Red+Green+Blue) = 134+5+121=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860579 is #79FA86. Grayscale: #383838. Windows color (decimal): -7993991 or 7931270. OLE color: 7931270.

HSL color Cylindrical-coordinate representation of color #860579: hue angle of 306.05º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860579 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 121 -
CMYK 0 0.96 0.10 0.47
HSL 306.05º 0.93% 0.27% -
HSV(B) 306.05º 0.96% 0.53% -
XYZ 13.34 6.56 18.65 -
YUV 56.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 134 5 121 0 0.96 0.10 0.47 306.05 0.93 0.27
Hex 86 5 79 0 60 A 2F 132 5D 1B
Octal 206 5 171 0 140 12 57 462 135 33
Binary 10000110 101 1111001 0 1100000 1010 101111 100110010 1011101 11011

Color Harmonies of #860579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860579

Black with #860579

Text Example


Text Example

White with #860579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860579; }

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

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

background-color css

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

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

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

border-color css

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

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

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