#6c0568

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

Shades of Purple #6C0568

Tints of Purple #6C0568

Color information

#6C0568 (or 0x6C0568) is unknown color: approx Purple. HEX triplet: 6C, 05 and 68. RGB value is (108,5,104). Sum of RGB (Red+Green+Blue) = 108+5+104=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0568 is #93FA97. Grayscale: #2E2E2E. Windows color (decimal): -9697944 or 6817132. OLE color: 6817132.

HSL color Cylindrical-coordinate representation of color #6C0568: hue angle of 302.33º 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 #6C0568 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB1085104-
CMYK00.950.040.58
HSL302.33º91.15%22.16%-
HSV(B)302.33º95.37%42.35%-
XYZ8.744.313.47-
YUV47.08160.12171.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=49.77%
G=2.30%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108510400.950.040.58302.3391.1522.16
Hex6C56805F43A12e5b16
Octal1545150013747245613326
Binary1101100101110100001011111100111010100101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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