#5A1061

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

Shades of Palatinate Purple #5A1061

Tints of Palatinate Purple #5A1061

Color information

#5A1061 (or 0x5A1061) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 10 and 61. RGB value is (90,16,97). Sum of RGB (Red+Green+Blue) = 90+16+97=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1061 is #A5EF9E. Grayscale: #2F2F2F. Windows color (decimal): -10874783 or 6361178. OLE color: 6361178.

HSL color Cylindrical-coordinate representation of color #5A1061: hue angle of 294.81º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1061 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB901697-
CMYK0.070.8400.62
HSL294.81º71.68%22.16%-
HSV(B)294.81º83.51%38.04%-
XYZ6.563.4111.62-
YUV47.36156.02158.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=44.33%
G=7.88%
B=47.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9016970.070.8400.62294.8171.6822.16
Hex5A106175403E1274816
Octal13220141712407644711026
Binary101101010000110000111110101000111110100100111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,97); }

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

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

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

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

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

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

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