#5A0656

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

Shades of Palatinate Purple #5A0656

Tints of Palatinate Purple #5A0656

Color information

#5A0656 (or 0x5A0656) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 06 and 56. RGB value is (90,6,86). Sum of RGB (Red+Green+Blue) = 90+6+86=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0656 is #A5F9A9. Grayscale: #282828. Windows color (decimal): -10877354 or 5637722. OLE color: 5637722.

HSL color Cylindrical-coordinate representation of color #5A0656: hue angle of 302.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0656 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB90686-
CMYK00.930.040.65
HSL302.86º87.5%18.82%-
HSV(B)302.86º93.33%35.29%-
XYZ5.962.989.06-
YUV40.24153.83163.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.45%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=49.45%
G=3.30%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9068600.930.040.65302.8687.518.82
Hex5A65605D44112f5813
Octal13261260135410145713023
Binary10110101101010110010111011001000001100101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,86); }

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

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

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

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

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

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

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