#5A025A

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

Shades of Palatinate Purple #5A025A

Tints of Palatinate Purple #5A025A

Color information

#5A025A (or 0x5A025A) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 02 and 5A. RGB value is (90,2,90). Sum of RGB (Red+Green+Blue) = 90+2+90=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A025A is #A5FDA5. Grayscale: #262626. Windows color (decimal): -10878374 or 5898842. OLE color: 5898842.

HSL color Cylindrical-coordinate representation of color #5A025A: hue angle of 300º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A025A is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB90290-
CMYK00.9800.65
HSL300º95.65%18.04%-
HSV(B)300º97.78%35.29%-
XYZ6.082.969.92-
YUV38.34157.15164.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.45%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=49.45%
G=1.10%
B=49.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9029000.9800.6530095.6518.04
Hex5A25A06204112c6012
Octal13221320142010145414022
Binary10110101010110100110001001000001100101100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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