#6C1A64

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

Shades of Palatinate Purple #6C1A64

Tints of Palatinate Purple #6C1A64

Color information

#6C1A64 (or 0x6C1A64) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 1A and 64. RGB value is (108,26,100). Sum of RGB (Red+Green+Blue) = 108+26+100=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A64 is #93E59B. Grayscale: #3A3A3A. Windows color (decimal): -9692572 or 6560364. OLE color: 6560364.

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

Color convert

RGB10826100-
CMYK00.760.070.58
HSL305.85º61.19%26.27%-
HSV(B)305.85º75.93%42.35%-
XYZ8.854.8512.53-
YUV58.95151.17162.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.15%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=46.15%
G=11.11%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1082610000.760.070.58305.8561.1926.27
Hex6C1A6404C73A1323d1a
Octal1543214401147724627532
Binary11011001101011001000100110011111101010011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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