#6C0764

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

Shades of Palatinate Purple #6C0764

Tints of Palatinate Purple #6C0764

Color information

#6C0764 (or 0x6C0764) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 07 and 64. RGB value is (108,7,100). Sum of RGB (Red+Green+Blue) = 108+7+100=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0764 is #93F89B. Grayscale: #2F2F2F. Windows color (decimal): -9697436 or 6555500. OLE color: 6555500.

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

Color convert

RGB1087100-
CMYK00.940.070.58
HSL304.75º87.83%22.55%-
HSV(B)304.75º93.52%42.35%-
XYZ8.564.2612.43-
YUV47.8157.46170.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.23%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 100 (39.45% from 255) = 46.51%
R=50.23%
G=3.26%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108710000.940.070.58304.7587.8322.55
Hex6C76405E73A1315817
Octal1547144013677246113027
Binary1101100111110010001011110111111010100110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,100); }

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

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

 a { background-color: rgb(108,7,100); }

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

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

 span { border-color: rgb(108,7,100); }

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