#6A2253

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

Shades of Palatinate Purple #6A2253

Tints of Palatinate Purple #6A2253

Color information

#6A2253 (or 0x6A2253) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 22 and 53. RGB value is (106,34,83). Sum of RGB (Red+Green+Blue) = 106+34+83=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2253 is #95DDAC. Grayscale: #3C3C3C. Windows color (decimal): -9821613 or 5448298. OLE color: 5448298.

HSL color Cylindrical-coordinate representation of color #6A2253: hue angle of 319.17º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2253 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1063483-
CMYK00.680.220.58
HSL319.17º51.43%27.45%-
HSV(B)319.17º67.92%41.57%-
XYZ8.084.838.69-
YUV61.11140.35160.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=47.53%
G=15.25%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106348300.680.220.58319.1751.4327.45
Hex6A2253044163A13f331b
Octal15242123010426724776333
Binary11010101000101010011010001001011011101010011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,83); }

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

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

 a { background-color: rgb(106,34,83); }

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

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

 span { border-color: rgb(106,34,83); }

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