#5A1260

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

Shades of Palatinate Purple #5A1260

Tints of Palatinate Purple #5A1260

Color information

#5A1260 (or 0x5A1260) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 12 and 60. RGB value is (90,18,96). Sum of RGB (Red+Green+Blue) = 90+18+96=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A1260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1260 is #A5ED9F. Grayscale: #303030. Windows color (decimal): -10874272 or 6296154. OLE color: 6296154.

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

Color convert

RGB901896-
CMYK0.060.8100.62
HSL295.38º68.42%22.35%-
HSV(B)295.38º81.25%37.65%-
XYZ6.543.4511.39-
YUV48.42154.85157.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=44.12%
G=8.82%
B=47.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9018960.060.8100.62295.3868.4222.35
Hex5A126065103E1274416
Octal13222140612107644710426
Binary101101010010110000011010100010111110100100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,96); }

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

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

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

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

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

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

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