#551150

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

Shades of Palatinate Purple #551150

Tints of Palatinate Purple #551150

Color information

#551150 (or 0x551150) is unknown color: approx Palatinate Purple. HEX triplet: 55, 11 and 50. RGB value is (85,17,80). Sum of RGB (Red+Green+Blue) = 85+17+80=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551150 is #AAEEAF. Grayscale: #2C2C2C. Windows color (decimal): -11202224 or 5247317. OLE color: 5247317.

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

Color convert

RGB851780-
CMYK00.800.060.67
HSL304.41º66.67%20%-
HSV(B)304.41º80%33.33%-
XYZ5.392.917.87-
YUV44.51148.03156.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=46.70%
G=9.34%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85178000.800.060.67304.4166.6720
Hex5511500506431304314
Octal125211200120610346010324
Binary1010101100011010000010100001101000011100110000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551150; }

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

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

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

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

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

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

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

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