#5A215C

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

Shades of Palatinate Purple #5A215C

Tints of Palatinate Purple #5A215C

Color information

#5A215C (or 0x5A215C) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 21 and 5C. RGB value is (90,33,92). Sum of RGB (Red+Green+Blue) = 90+33+92=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A215C is #A5DEA3. Grayscale: #383838. Windows color (decimal): -10870436 or 6037850. OLE color: 6037850.

HSL color Cylindrical-coordinate representation of color #5A215C: hue angle of 297.97º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A215C is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB903392-
CMYK0.020.6400.64
HSL297.97º47.2%24.51%-
HSV(B)297.97º64.13%36.08%-
XYZ6.694.0310.55-
YUV56.77147.88151.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=41.86%
G=15.35%
B=42.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9033920.020.6400.64297.9747.224.51
Hex5A215C24004012a2f19
Octal13241134210001004525731
Binary101101010000110111001010000000100000010010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A215C; }

 p { color: rgb(90,33,92); }

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

<style>
 a { background-color: #5A215C; }

 a { background-color: rgb(90,33,92); }

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

<style>
 span { border-color: #5A215C; }

 span { border-color: rgb(90,33,92); }

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