#551051

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

Shades of Palatinate Purple #551051

Tints of Palatinate Purple #551051

Color information

#551051 (or 0x551051) is unknown color: approx Palatinate Purple. HEX triplet: 55, 10 and 51. RGB value is (85,16,81). Sum of RGB (Red+Green+Blue) = 85+16+81=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551051 is #AAEFAE. Grayscale: #2B2B2B. Windows color (decimal): -11202479 or 5312597. OLE color: 5312597.

HSL color Cylindrical-coordinate representation of color #551051: hue angle of 303.48º 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 #551051 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB851681-
CMYK00.810.050.67
HSL303.48º68.32%19.8%-
HSV(B)303.48º81.18%33.33%-
XYZ5.422.98.06-
YUV44.04148.86157.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=46.70%
G=8.79%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85168100.810.050.67303.4868.3219.8
Hex55105105154312f4414
Octal125201210121510345710424
Binary1010101100001010001010100011011000011100101111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551051; }

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

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

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

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

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

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

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

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