#6C056A

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

Shades of Purple #6C056A

Tints of Purple #6C056A

Color information

#6C056A (or 0x6C056A) is unknown color: approx Purple. HEX triplet: 6C, 05 and 6A. RGB value is (108,5,106). Sum of RGB (Red+Green+Blue) = 108+5+106=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056A is #93FA95. Grayscale: #2F2F2F. Windows color (decimal): -9697942 or 6948204. OLE color: 6948204.

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

Color convert

RGB1085106-
CMYK00.950.020.58
HSL301.17º91.15%22.16%-
HSV(B)301.17º95.37%42.35%-
XYZ8.844.3414.01-
YUV47.31161.12171.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=49.32%
G=2.28%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108510600.950.020.58301.1791.1522.16
Hex6C56A05F23A12d5b16
Octal1545152013727245513326
Binary110110010111010100101111110111010100101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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