#551A51

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

Shades of Hot Purple #551A51

Tints of Hot Purple #551A51

Color information

#551A51 (or 0x551A51) is unknown color: approx Hot Purple. HEX triplet: 55, 1A and 51. RGB value is (85,26,81). Sum of RGB (Red+Green+Blue) = 85+26+81=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A51 is #AAE5AE. Grayscale: #313131. Windows color (decimal): -11199919 or 5315157. OLE color: 5315157.

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

Color convert

RGB852681-
CMYK00.690.050.67
HSL304.07º53.15%21.76%-
HSV(B)304.07º69.41%33.33%-
XYZ5.63.268.12-
YUV49.91145.55153.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=44.27%
G=13.54%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85268100.690.050.67304.0753.1521.76
Hex551A510455431303516
Octal12532121010551034606526
Binary101010111010101000101000101101100001110011000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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