#5A0B62

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

Shades of Palatinate Purple #5A0B62

Tints of Palatinate Purple #5A0B62

Color information

#5A0B62 (or 0x5A0B62) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0B and 62. RGB value is (90,11,98). Sum of RGB (Red+Green+Blue) = 90+11+98=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A0B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B62 is #A5F49D. Grayscale: #2C2C2C. Windows color (decimal): -10876062 or 6425434. OLE color: 6425434.

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

Color convert

RGB901198-
CMYK0.080.8900.62
HSL294.48º79.82%21.37%-
HSV(B)294.48º88.78%38.43%-
XYZ6.543.2911.85-
YUV44.54158.17160.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=45.23%
G=5.53%
B=49.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9011980.080.8900.62294.4879.8221.37
Hex5AB6285903E1265015
Octal132131421013107644612025
Binary101101010111100010100010110010111110100100110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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