#550A53

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

Shades of Palatinate Purple #550A53

Tints of Palatinate Purple #550A53

Color information

#550A53 (or 0x550A53) is unknown color: approx Palatinate Purple. HEX triplet: 55, 0A and 53. RGB value is (85,10,83). Sum of RGB (Red+Green+Blue) = 85+10+83=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #550A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A53 is #AAF5AC. Grayscale: #282828. Windows color (decimal): -11204013 or 5442133. OLE color: 5442133.

HSL color Cylindrical-coordinate representation of color #550A53: hue angle of 301.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A53 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB851083-
CMYK00.880.020.67
HSL301.6º78.95%18.63%-
HSV(B)301.6º88.24%33.33%-
XYZ5.422.778.43-
YUV40.75151.85159.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 10 (4.30% from 255) = 5.62%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=47.75%
G=5.62%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85108300.880.020.67301.678.9518.63
Hex55A5305824312e4f13
Octal125121230130210345611723
Binary10101011010101001101011000101000011100101110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A53; }

 p { color: rgb(85,10,83); }

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

<style>
 a { background-color: #550A53; }

 a { background-color: rgb(85,10,83); }

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

<style>
 span { border-color: #550A53; }

 span { border-color: rgb(85,10,83); }

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