#5E2C5B

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

Shades of Palatinate Purple #5E2C5B

Tints of Palatinate Purple #5E2C5B

Color information

#5E2C5B (or 0x5E2C5B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 2C and 5B. RGB value is (94,44,91). Sum of RGB (Red+Green+Blue) = 94+44+91=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2C5B is #A1D3A4. Grayscale: #404040. Windows color (decimal): -10605477 or 5975134. OLE color: 5975134.

HSL color Cylindrical-coordinate representation of color #5E2C5B: hue angle of 303.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C5B is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB944491-
CMYK00.530.030.63
HSL303.6º36.23%27.06%-
HSV(B)303.6º53.19%36.86%-
XYZ7.414.9410.46-
YUV64.31143.06149.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=41.05%
G=19.21%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94449100.530.030.63303.636.2327.06
Hex5E2C5B03533F130241b
Octal136541330653774604433
Binary1011110101100101101101101011111111110011000010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,44,91); }

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

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

 a { background-color: rgb(94,44,91); }

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

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

 span { border-color: rgb(94,44,91); }

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