#860380

Color #860380 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #860380

Tints of Purple #860380

Color information

#860380 (or 0x860380) is unknown color: approx Purple. HEX triplet: 86, 03 and 80. RGB value is (134,3,128). Sum of RGB (Red+Green+Blue) = 134+3+128=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #860380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860380 is #79FC7F. Grayscale: #383838. Windows color (decimal): -7994496 or 8389510. OLE color: 8389510.

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

Color convert

RGB1343128-
CMYK00.980.040.47
HSL302.75º95.62%26.86%-
HSV(B)302.75º97.76%52.55%-
XYZ13.766.6920.99-
YUV56.42168.4183.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=50.57%
G=1.13%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134312800.980.040.47302.7595.6226.86
Hex8638006242F12f601b
Octal2063200014245745714033
Binary10000110111000000001100010100101111100101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860380; }

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

 H1.HeaderClassName
 {
   color: #860380;
 }
 .AnyTagClassName
 {
   color: #860380;
 }
</style>
background-color css

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

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

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

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

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

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