#5A095A

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

Shades of Palatinate Purple #5A095A

Tints of Palatinate Purple #5A095A

Color information

#5A095A (or 0x5A095A) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 09 and 5A. RGB value is (90,9,90). Sum of RGB (Red+Green+Blue) = 90+9+90=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A095A is #A5F6A5. Grayscale: #2A2A2A. Windows color (decimal): -10876582 or 5900634. OLE color: 5900634.

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

Color convert

RGB90990-
CMYK00.900.65
HSL300º81.82%19.41%-
HSV(B)300º90%35.29%-
XYZ6.163.119.95-
YUV42.45154.84161.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=47.62%
G=4.76%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9099000.900.6530081.8219.41
Hex5A95A05A04112c5213
Octal132111320132010145412223
Binary1011010100110110100101101001000001100101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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