#5A0455

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

Shades of Palatinate Purple #5A0455

Tints of Palatinate Purple #5A0455

Color information

#5A0455 (or 0x5A0455) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 04 and 55. RGB value is (90,4,85). Sum of RGB (Red+Green+Blue) = 90+4+85=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0455 is #A5FBAA. Grayscale: #262626. Windows color (decimal): -10877867 or 5571674. OLE color: 5571674.

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

Color convert

RGB90485-
CMYK00.960.060.65
HSL303.49º91.49%18.43%-
HSV(B)303.49º95.56%35.29%-
XYZ5.92.928.85-
YUV38.95153.99164.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.28%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=50.28%
G=2.23%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9048500.960.060.65303.4991.4918.43
Hex5A45506064112f5b12
Octal13241250140610145713322
Binary10110101001010101011000001101000001100101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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