#551D53

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

Shades of Hot Purple #551D53

Tints of Hot Purple #551D53

Color information

#551D53 (or 0x551D53) is unknown color: approx Hot Purple. HEX triplet: 55, 1D and 53. RGB value is (85,29,83). Sum of RGB (Red+Green+Blue) = 85+29+83=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #551D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D53 is #AAE2AC. Grayscale: #333333. Windows color (decimal): -11199149 or 5446997. OLE color: 5446997.

HSL color Cylindrical-coordinate representation of color #551D53: hue angle of 302.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D53 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB852983-
CMYK00.660.020.67
HSL302.14º49.12%22.35%-
HSV(B)302.14º65.88%33.33%-
XYZ5.753.438.54-
YUV51.9145.55151.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=43.15%
G=14.72%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85298300.660.020.67302.1449.1222.35
Hex551D5304224312e3116
Octal12535123010221034566126
Binary10101011110110100110100001010100001110010111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D53; }

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

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

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

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

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

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

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

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