#6C0660

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

Shades of Palatinate Purple #6C0660

Tints of Palatinate Purple #6C0660

Color information

#6C0660 (or 0x6C0660) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 06 and 60. RGB value is (108,6,96). Sum of RGB (Red+Green+Blue) = 108+6+96=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0660 is #93F99F. Grayscale: #2E2E2E. Windows color (decimal): -9697696 or 6293100. OLE color: 6293100.

HSL color Cylindrical-coordinate representation of color #6C0660: hue angle of 307.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0660 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB108696-
CMYK00.940.110.58
HSL307.06º89.47%22.35%-
HSV(B)307.06º94.44%42.35%-
XYZ8.364.1611.43-
YUV46.76155.79171.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.43%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=51.43%
G=2.86%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10869600.940.110.58307.0689.4722.35
Hex6C66005EB3A1335916
Octal15461400136137246313126
Binary11011001101100000010111101011111010100110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,6,96); }

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

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

 a { background-color: rgb(108,6,96); }

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

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

 span { border-color: rgb(108,6,96); }

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