#5A155A

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

Shades of Palatinate Purple #5A155A

Tints of Palatinate Purple #5A155A

Color information

#5A155A (or 0x5A155A) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 15 and 5A. RGB value is (90,21,90). Sum of RGB (Red+Green+Blue) = 90+21+90=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A155A is #A5EAA5. Grayscale: #313131. Windows color (decimal): -10873510 or 5903706. OLE color: 5903706.

HSL color Cylindrical-coordinate representation of color #5A155A: hue angle of 300º 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 #5A155A is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB902190-
CMYK00.7700.65
HSL300º62.16%21.76%-
HSV(B)300º76.67%35.29%-
XYZ6.333.4510-
YUV49.5150.86156.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=44.78%
G=10.45%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90219000.7700.6530062.1621.76
Hex5A155A04D04112c3e16
Octal13225132011501014547626
Binary1011010101011011010010011010100000110010110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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