#5E095A

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

Shades of Palatinate Purple #5E095A

Tints of Palatinate Purple #5E095A

Color information

#5E095A (or 0x5E095A) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 09 and 5A. RGB value is (94,9,90). Sum of RGB (Red+Green+Blue) = 94+9+90=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E095A is #A1F6A5. Grayscale: #2B2B2B. Windows color (decimal): -10614438 or 5900638. OLE color: 5900638.

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

Color convert

RGB94990-
CMYK00.900.040.63
HSL302.82º82.52%20.2%-
HSV(B)302.82º90.43%36.86%-
XYZ6.563.319.97-
YUV43.65154.16163.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=48.70%
G=4.66%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9499000.900.040.63302.8282.5220.2
Hex5E95A05A43F12f5314
Octal13611132013247745712324
Binary10111101001101101001011010100111111100101111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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