#5C2558

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

Shades of Palatinate Purple #5C2558

Tints of Palatinate Purple #5C2558

Color information

#5C2558 (or 0x5C2558) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 25 and 58. RGB value is (92,37,88). Sum of RGB (Red+Green+Blue) = 92+37+88=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2558 is #A3DAA7. Grayscale: #3B3B3B. Windows color (decimal): -10738344 or 5776732. OLE color: 5776732.

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

Color convert

RGB923788-
CMYK00.600.040.64
HSL304.36º42.64%25.29%-
HSV(B)304.36º59.78%36.08%-
XYZ6.844.39.7-
YUV59.26144.22151.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.40%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=42.40%
G=17.05%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92378800.600.040.64304.3642.6425.29
Hex5C255803C4401302b19
Octal1344513007441004605331
Binary101110010010110110000111100100100000010011000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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