#5E3055

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

Shades of Palatinate Purple #5E3055

Tints of Palatinate Purple #5E3055

Color information

#5E3055 (or 0x5E3055) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 30 and 55. RGB value is (94,48,85). Sum of RGB (Red+Green+Blue) = 94+48+85=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3055 is #A1CFAA. Grayscale: #414141. Windows color (decimal): -10604459 or 5582942. OLE color: 5582942.

HSL color Cylindrical-coordinate representation of color #5E3055: hue angle of 311.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3055 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB944885-
CMYK00.490.100.63
HSL311.74º32.39%27.84%-
HSV(B)311.74º48.94%36.86%-
XYZ7.315.159.2-
YUV65.97138.74147.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.41%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=41.41%
G=21.15%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94488500.490.100.63311.7432.3927.84
Hex5E3055031A3F138201c
Octal1366012506112774704034
Binary101111011000010101010110001101011111110011100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,48,85); }

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

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

 a { background-color: rgb(94,48,85); }

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

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

 span { border-color: rgb(94,48,85); }

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