#5A0362

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

Shades of Palatinate Purple #5A0362

Tints of Palatinate Purple #5A0362

Color information

#5A0362 (or 0x5A0362) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 03 and 62. RGB value is (90,3,98). Sum of RGB (Red+Green+Blue) = 90+3+98=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0362 is #A5FC9D. Grayscale: #272727. Windows color (decimal): -10878110 or 6423386. OLE color: 6423386.

HSL color Cylindrical-coordinate representation of color #5A0362: hue angle of 294.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0362 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB90398-
CMYK0.080.9700.62
HSL294.95º94.06%19.8%-
HSV(B)294.95º96.94%38.43%-
XYZ6.453.1211.82-
YUV39.84160.82163.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.12%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=47.12%
G=1.57%
B=51.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal903980.080.9700.62294.9594.0619.8
Hex5A36286103E1275e14
Octal13231421014107644713624
Binary1011010111100010100011000010111110100100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,98); }

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

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

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

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

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

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

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