#5A025E

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

Shades of Palatinate Purple #5A025E

Tints of Palatinate Purple #5A025E

Color information

#5A025E (or 0x5A025E) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 02 and 5E. RGB value is (90,2,94). Sum of RGB (Red+Green+Blue) = 90+2+94=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A025E is #A5FDA1. Grayscale: #262626. Windows color (decimal): -10878370 or 6160986. OLE color: 6160986.

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

Color convert

RGB90294-
CMYK0.040.9800.63
HSL297.39º95.83%18.82%-
HSV(B)297.39º97.87%36.86%-
XYZ6.263.0310.84-
YUV38.8159.15164.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.39%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=48.39%
G=1.08%
B=50.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal902940.040.9800.63297.3995.8318.82
Hex5A25E46203F1296013
Octal1322136414207745114023
Binary101101010101111010011000100111111100101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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