#6C0586

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

Shades of Purple #6C0586

Tints of Purple #6C0586

Color information

#6C0586 (or 0x6C0586) is unknown color: approx Purple. HEX triplet: 6C, 05 and 86. RGB value is (108,5,134). Sum of RGB (Red+Green+Blue) = 108+5+134=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C0586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0586 is #93FA79. Grayscale: #323232. Windows color (decimal): -9697914 or 8783212. OLE color: 8783212.

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

Color convert

RGB1085134-
CMYK0.190.9600.47
HSL287.91º92.81%27.25%-
HSV(B)287.91º96.27%52.55%-
XYZ10.545.0222.97-
YUV50.5175.12169.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 134 (52.73% from 255) = 54.25%
R=43.72%
G=2.02%
B=54.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10851340.190.9600.47287.9192.8127.25
Hex6C586136002F1205d1b
Octal15452062314005744013533
Binary1101100101100001101001111000000101111100100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C0586; }

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

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

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

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

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

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

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

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