Html Css Color HEX #860580 Purple

📋 copy color: '#860580'

red 134 ◦ green 5 ◦ blue 128

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

Shades of Purple #860580

Tints of Purple #860580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.94%

R = 50.19%
G = 1.87%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#860580 (or 0x860580) is known color: Purple. HEX triplet: 86, 05 and 80. RGB value is (134,5,128). Sum of RGB (Red+Green+Blue) = 134+5+128=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #860580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860580 is #79FA7F. Grayscale: #393939. Windows color (decimal): -7993984 or 8390022. OLE color: 8390022.

HSL color Cylindrical-coordinate representation of color #860580: hue angle of 302.79º 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 #860580 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 128 -
CMYK 0 0.96 0.04 0.47
HSL 302.79º 0.93% 0.27% -
HSV(B) 302.79º 0.96% 0.53% -
XYZ 13.78 6.74 21 -
YUV 57.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 134 5 128 0 0.96 0.04 0.47 302.79 0.93 0.27
Hex 86 5 80 0 60 4 2F 12F 5D 1B
Octal 206 5 200 0 140 4 57 457 135 33
Binary 10000110 101 10000000 0 1100000 100 101111 100101111 1011101 11011

Color Harmonies of #860580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860580

Black with #860580

Text Example


Text Example

White with #860580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860580; }

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

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

background-color css

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

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

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

border-color css

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

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

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