Html Css Color HEX #860780 Purple

📋 copy color: '#860780'

red 134 ◦ green 7 ◦ blue 128

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

Shades of Purple #860780

Tints of Purple #860780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

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

R = 49.81%
G = 2.6%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#860780 (or 0x860780) is known color: Purple. HEX triplet: 86, 07 and 80. RGB value is (134,7,128). Sum of RGB (Red+Green+Blue) = 134+7+128=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #860780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860780 is #79F87F. Grayscale: #3A3A3A. Windows color (decimal): -7993472 or 8390534. OLE color: 8390534.

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

Color convert

RGB 134 7 128 -
CMYK 0 0.95 0.04 0.47
HSL 302.83º 0.9% 0.28% -
HSV(B) 302.83º 0.95% 0.53% -
XYZ 13.8 6.78 21 -
YUV 58.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 134 7 128 0 0.95 0.04 0.47 302.83 0.9 0.28
Hex 86 7 80 0 5F 4 2F 12F 5A 1C
Octal 206 7 200 0 137 4 57 457 132 34
Binary 10000110 111 10000000 0 1011111 100 101111 100101111 1011010 11100

Color Harmonies of #860780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860780

Black with #860780

Text Example


Text Example

White with #860780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860780; }

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

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

background-color css

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

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

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

border-color css

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

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

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