#551D51

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

Shades of Hot Purple #551D51

Tints of Hot Purple #551D51

Color information

#551D51 (or 0x551D51) is unknown color: approx Hot Purple. HEX triplet: 55, 1D and 51. RGB value is (85,29,81). Sum of RGB (Red+Green+Blue) = 85+29+81=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #551D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D51 is #AAE2AE. Grayscale: #333333. Windows color (decimal): -11199151 or 5315925. OLE color: 5315925.

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

Color convert

RGB852981-
CMYK00.660.050.67
HSL304.29º49.12%22.35%-
HSV(B)304.29º65.88%33.33%-
XYZ5.673.48.14-
YUV51.67144.55151.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=43.59%
G=14.87%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85298100.660.050.67304.2949.1222.35
Hex551D510425431303116
Octal12535121010251034606126
Binary101010111101101000101000010101100001110011000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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