#551750

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

Shades of Palatinate Purple #551750

Tints of Palatinate Purple #551750

Color information

#551750 (or 0x551750) is unknown color: approx Palatinate Purple. HEX triplet: 55, 17 and 50. RGB value is (85,23,80). Sum of RGB (Red+Green+Blue) = 85+23+80=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551750 is #AAE8AF. Grayscale: #2F2F2F. Windows color (decimal): -11200688 or 5248853. OLE color: 5248853.

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

Color convert

RGB852380-
CMYK00.730.060.67
HSL304.84º57.41%21.18%-
HSV(B)304.84º72.94%33.33%-
XYZ5.53.127.9-
YUV48.04146.04154.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=45.21%
G=12.23%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85238000.730.060.67304.8457.4121.18
Hex5517500496431313915
Octal12527120011161034617125
Binary101010110111101000001001001110100001110011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551750; }

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

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

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

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

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

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

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

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