#6A2A59

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

Shades of Palatinate Purple #6A2A59

Tints of Palatinate Purple #6A2A59

Color information

#6A2A59 (or 0x6A2A59) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2A and 59. RGB value is (106,42,89). Sum of RGB (Red+Green+Blue) = 106+42+89=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2A59 is #95D5A6. Grayscale: #424242. Windows color (decimal): -9819559 or 5843562. OLE color: 5843562.

HSL color Cylindrical-coordinate representation of color #6A2A59: hue angle of 315.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A59 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1064289-
CMYK00.600.160.58
HSL315.94º43.24%29.02%-
HSV(B)315.94º60.38%41.57%-
XYZ8.575.4410.05-
YUV66.49140.7156.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=44.73%
G=17.72%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106428900.600.160.58315.9443.2429.02
Hex6A2A5903C103A13c2b1d
Octal1525213107420724745335
Binary1101010101010101100101111001000011101010011110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,89); }

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

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

 a { background-color: rgb(106,42,89); }

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

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

 span { border-color: rgb(106,42,89); }

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