#6A4064

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

Shades of Palatinate Purple #6A4064

Tints of Palatinate Purple #6A4064

Color information

#6A4064 (or 0x6A4064) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 40 and 64. RGB value is (106,64,100). Sum of RGB (Red+Green+Blue) = 106+64+100=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4064 is #95BF9B. Grayscale: #505050. Windows color (decimal): -9813916 or 6570090. OLE color: 6570090.

HSL color Cylindrical-coordinate representation of color #6A4064: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4064 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10664100-
CMYK00.400.060.58
HSL308.57º24.71%33.33%-
HSV(B)308.57º39.62%41.57%-
XYZ10.087.6513-
YUV80.66138.91146.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=39.26%
G=23.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1066410000.400.060.58308.5724.7133.33
Hex6A406402863A1351921
Octal1521001440506724653141
Binary110101010000001100100010100011011101010011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,100); }

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

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

 a { background-color: rgb(106,64,100); }

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

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

 span { border-color: rgb(106,64,100); }

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