#6C0564

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

Shades of Purple #6C0564

Tints of Purple #6C0564

Color information

#6C0564 (or 0x6C0564) is unknown color: approx Purple. HEX triplet: 6C, 05 and 64. RGB value is (108,5,100). Sum of RGB (Red+Green+Blue) = 108+5+100=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0564 is #93FA9B. Grayscale: #2E2E2E. Windows color (decimal): -9697948 or 6554988. OLE color: 6554988.

HSL color Cylindrical-coordinate representation of color #6C0564: hue angle of 304.66º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0564 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1085100-
CMYK00.950.070.58
HSL304.66º91.15%22.16%-
HSV(B)304.66º95.37%42.35%-
XYZ8.544.2212.42-
YUV46.63158.12171.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=50.70%
G=2.35%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108510000.950.070.58304.6691.1522.16
Hex6C56405F73A1315b16
Octal1545144013777246113326
Binary1101100101110010001011111111111010100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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