Html Css Color HEX #860080 Purple

📋 copy color: '#860080'

red 134 ◦ green 0 ◦ blue 128

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

Shades of Purple #860080

Tints of Purple #860080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.15%
G = 0%
B = 48.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#860080 (or 0x860080) is known color: Purple. HEX triplet: 86, 00 and 80. RGB value is (134,0,128). Sum of RGB (Red+Green+Blue) = 134+0+128=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #860080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860080 is #79FF7F. Grayscale: #363636. Windows color (decimal): -7995264 or 8388742. OLE color: 8388742.

HSL color Cylindrical-coordinate representation of color #860080: hue angle of 302.69º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860080 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 128 -
CMYK 0 1 0.04 0.47
HSL 302.69º 1% 0.26% -
HSV(B) 302.69º 1% 0.53% -
XYZ 13.73 6.63 20.98 -
YUV 54.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 134 0 128 0 1 0.04 0.47 302.69 1 0.26
Hex 86 0 80 0 64 4 2F 12F 64 1A
Octal 206 0 200 0 144 4 57 457 144 32
Binary 10000110 0 10000000 0 1100100 100 101111 100101111 1100100 11010

Color Harmonies of #860080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860080

Black with #860080

Text Example


Text Example

White with #860080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860080; }

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

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

background-color css

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

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

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

border-color css

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

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

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