#5E0158

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

Shades of Palatinate Purple #5E0158

Tints of Palatinate Purple #5E0158

Color information

#5E0158 (or 0x5E0158) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 01 and 58. RGB value is (94,1,88). Sum of RGB (Red+Green+Blue) = 94+1+88=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0158 is #A1FEA7. Grayscale: #262626. Windows color (decimal): -10616488 or 5767518. OLE color: 5767518.

HSL color Cylindrical-coordinate representation of color #5E0158: hue angle of 303.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0158 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB94188-
CMYK00.990.060.63
HSL303.87º97.89%18.63%-
HSV(B)303.87º98.94%36.86%-
XYZ6.393.119.5-
YUV38.72155.81167.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=51.37%
G=0.55%
B=48.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9418800.990.060.63303.8797.8918.63
Hex5E15806363F1306213
Octal1361130014367746014223
Binary10111101101100001100011110111111100110000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,88); }

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

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

 a { background-color: rgb(94,1,88); }

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

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

 span { border-color: rgb(94,1,88); }

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