#6C056E

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

Shades of Purple #6C056E

Tints of Purple #6C056E

Color information

#6C056E (or 0x6C056E) is unknown color: approx Purple. HEX triplet: 6C, 05 and 6E. RGB value is (108,5,110). Sum of RGB (Red+Green+Blue) = 108+5+110=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056E is #93FA91. Grayscale: #2F2F2F. Windows color (decimal): -9697938 or 7210348. OLE color: 7210348.

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

Color convert

RGB1085110-
CMYK0.020.9500.57
HSL298.86º91.3%22.55%-
HSV(B)298.86º95.45%43.14%-
XYZ9.054.4215.13-
YUV47.77163.12170.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=48.43%
G=2.24%
B=49.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10851100.020.9500.57298.8691.322.55
Hex6C56E25F03912b5b17
Octal1545156213707145313327
Binary110110010111011101010111110111001100101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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