#6A2965

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

Shades of Palatinate Purple #6A2965

Tints of Palatinate Purple #6A2965

Color information

#6A2965 (or 0x6A2965) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 29 and 65. RGB value is (106,41,101). Sum of RGB (Red+Green+Blue) = 106+41+101=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2965 is #95D69A. Grayscale: #434343. Windows color (decimal): -9819803 or 6629738. OLE color: 6629738.

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

Color convert

RGB10641101-
CMYK00.610.050.58
HSL304.62º44.22%28.82%-
HSV(B)304.62º61.32%41.57%-
XYZ9.095.5912.91-
YUV67.27147.03155.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=42.74%
G=16.53%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1064110100.610.050.58304.6244.2228.82
Hex6A296503D53A1312c1d
Octal152511450755724615435
Binary11010101010011100101011110110111101010011000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,101); }

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

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

 a { background-color: rgb(106,41,101); }

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

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

 span { border-color: rgb(106,41,101); }

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