#6C056D

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

Shades of Purple #6C056D

Tints of Purple #6C056D

Color information

#6C056D (or 0x6C056D) is unknown color: approx Purple. HEX triplet: 6C, 05 and 6D. RGB value is (108,5,109). Sum of RGB (Red+Green+Blue) = 108+5+109=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056D is #93FA92. Grayscale: #2F2F2F. Windows color (decimal): -9697939 or 7144812. OLE color: 7144812.

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

Color convert

RGB1085109-
CMYK0.010.9500.57
HSL299.42º91.23%22.35%-
HSV(B)299.42º95.41%42.75%-
XYZ94.414.84-
YUV47.65162.62171.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=48.65%
G=2.25%
B=49.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10851090.010.9500.57299.4291.2322.35
Hex6C56D15F03912b5b16
Octal1545155113707145313326
Binary11011001011101101110111110111001100101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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