#5A1555

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

Shades of Palatinate Purple #5A1555

Tints of Palatinate Purple #5A1555

Color information

#5A1555 (or 0x5A1555) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 15 and 55. RGB value is (90,21,85). Sum of RGB (Red+Green+Blue) = 90+21+85=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1555 is #A5EAAA. Grayscale: #303030. Windows color (decimal): -10873515 or 5576026. OLE color: 5576026.

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

Color convert

RGB902185-
CMYK00.770.060.65
HSL304.35º62.16%21.76%-
HSV(B)304.35º76.67%35.29%-
XYZ6.123.378.92-
YUV48.93148.36157.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.92%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=45.92%
G=10.71%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90218500.770.060.65304.3562.1621.76
Hex5A155504D6411303e16
Octal13225125011561014607626
Binary101101010101101010101001101110100000110011000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,85); }

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

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

 a { background-color: rgb(90,21,85); }

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

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

 span { border-color: rgb(90,21,85); }

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