#5C2258

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

Shades of Palatinate Purple #5C2258

Tints of Palatinate Purple #5C2258

Color information

#5C2258 (or 0x5C2258) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 22 and 58. RGB value is (92,34,88). Sum of RGB (Red+Green+Blue) = 92+34+88=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2258 is #A3DDA7. Grayscale: #393939. Windows color (decimal): -10739112 or 5775964. OLE color: 5775964.

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

Color convert

RGB923488-
CMYK00.630.040.64
HSL304.14º46.03%24.71%-
HSV(B)304.14º63.04%36.08%-
XYZ6.754.129.67-
YUV57.5145.22152.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.99%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=42.99%
G=15.89%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92348800.630.040.64304.1446.0324.71
Hex5C225803F4401302e19
Octal1344213007741004605631
Binary101110010001010110000111111100100000010011000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,34,88); }

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

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

 a { background-color: rgb(92,34,88); }

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

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

 span { border-color: rgb(92,34,88); }

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