#551050

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

Shades of Palatinate Purple #551050

Tints of Palatinate Purple #551050

Color information

#551050 (or 0x551050) is unknown color: approx Palatinate Purple. HEX triplet: 55, 10 and 50. RGB value is (85,16,80). Sum of RGB (Red+Green+Blue) = 85+16+80=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551050 is #AAEFAF. Grayscale: #2B2B2B. Windows color (decimal): -11202480 or 5247061. OLE color: 5247061.

HSL color Cylindrical-coordinate representation of color #551050: hue angle of 304.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551050 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB851680-
CMYK00.810.060.67
HSL304.35º68.32%19.8%-
HSV(B)304.35º81.18%33.33%-
XYZ5.382.887.86-
YUV43.93148.36157.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=46.96%
G=8.84%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85168000.810.060.67304.3568.3219.8
Hex5510500516431304414
Octal125201200121610346010424
Binary1010101100001010000010100011101000011100110000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551050; }

 p { color: rgb(85,16,80); }

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

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

 a { background-color: rgb(85,16,80); }

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

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

 span { border-color: rgb(85,16,80); }

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