#6C057A

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

Shades of Purple #6C057A

Tints of Purple #6C057A

Color information

#6C057A (or 0x6C057A) is unknown color: approx Purple. HEX triplet: 6C, 05 and 7A. RGB value is (108,5,122). Sum of RGB (Red+Green+Blue) = 108+5+122=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C057A is #93FA85. Grayscale: #303030. Windows color (decimal): -9697926 or 7996780. OLE color: 7996780.

HSL color Cylindrical-coordinate representation of color #6C057A: hue angle of 292.82º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C057A is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1085122-
CMYK0.110.9600.52
HSL292.82º92.13%24.9%-
HSV(B)292.82º95.9%47.84%-
XYZ9.754.718.81-
YUV49.14169.12169.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=45.96%
G=2.13%
B=51.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10851220.110.9600.52292.8292.1324.9
Hex6C57AB600341255c19
Octal15451721314006444513431
Binary11011001011111010101111000000110100100100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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