#5E085A

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

Shades of Palatinate Purple #5E085A

Tints of Palatinate Purple #5E085A

Color information

#5E085A (or 0x5E085A) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 08 and 5A. RGB value is (94,8,90). Sum of RGB (Red+Green+Blue) = 94+8+90=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E085A is #A1F7A5. Grayscale: #2A2A2A. Windows color (decimal): -10614694 or 5900382. OLE color: 5900382.

HSL color Cylindrical-coordinate representation of color #5E085A: hue angle of 302.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E085A is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB94890-
CMYK00.910.040.63
HSL302.79º84.31%20%-
HSV(B)302.79º91.49%36.86%-
XYZ6.553.299.96-
YUV43.06154.49164.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.96%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=48.96%
G=4.17%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9489000.910.040.63302.7984.3120
Hex5E85A05B43F12f5414
Octal13610132013347745712424
Binary10111101000101101001011011100111111100101111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,90); }

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

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

 a { background-color: rgb(94,8,90); }

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

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

 span { border-color: rgb(94,8,90); }

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