#6A2D60

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

Shades of Palatinate Purple #6A2D60

Tints of Palatinate Purple #6A2D60

Color information

#6A2D60 (or 0x6A2D60) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 2D and 60. RGB value is (106,45,96). Sum of RGB (Red+Green+Blue) = 106+45+96=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2D60 is #95D29F. Grayscale: #444444. Windows color (decimal): -9818784 or 6303082. OLE color: 6303082.

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

Color convert

RGB1064596-
CMYK00.580.090.58
HSL309.84º40.4%29.61%-
HSV(B)309.84º57.55%41.57%-
XYZ8.995.7911.71-
YUV69.05143.21154.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=42.91%
G=18.22%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106459600.580.090.58309.8440.429.61
Hex6A2D6003A93A136281e
Octal1525514007211724665036
Binary110101010110111000000111010100111101010011011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,96); }

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

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

 a { background-color: rgb(106,45,96); }

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

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

 span { border-color: rgb(106,45,96); }

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