#5C245A

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

Shades of Palatinate Purple #5C245A

Tints of Palatinate Purple #5C245A

Color information

#5C245A (or 0x5C245A) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 24 and 5A. RGB value is (92,36,90). Sum of RGB (Red+Green+Blue) = 92+36+90=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C245A is #A3DBA5. Grayscale: #3A3A3A. Windows color (decimal): -10738598 or 5907548. OLE color: 5907548.

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

Color convert

RGB923690-
CMYK00.610.020.64
HSL302.14º43.75%25.1%-
HSV(B)302.14º60.87%36.08%-
XYZ6.894.2810.13-
YUV58.9145.55151.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=42.20%
G=16.51%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92369000.610.020.64302.1443.7525.1
Hex5C245A03D24012e2c19
Octal1344413207521004565431
Binary10111001001001011010011110110100000010010111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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