#5A085D

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

Shades of Palatinate Purple #5A085D

Tints of Palatinate Purple #5A085D

Color information

#5A085D (or 0x5A085D) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 08 and 5D. RGB value is (90,8,93). Sum of RGB (Red+Green+Blue) = 90+8+93=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A085D is #A5F7A2. Grayscale: #292929. Windows color (decimal): -10876835 or 6096986. OLE color: 6096986.

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

Color convert

RGB90893-
CMYK0.030.9100.64
HSL297.88º84.16%19.8%-
HSV(B)297.88º91.4%36.47%-
XYZ6.283.1410.63-
YUV42.21156.67162.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.12%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=47.12%
G=4.19%
B=48.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal908930.030.9100.64297.8884.1619.8
Hex5A85D35B04012a5414
Octal132101353133010045212424
Binary10110101000101110111101101101000000100101010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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