#551C51

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

Shades of Hot Purple #551C51

Tints of Hot Purple #551C51

Color information

#551C51 (or 0x551C51) is unknown color: approx Hot Purple. HEX triplet: 55, 1C and 51. RGB value is (85,28,81). Sum of RGB (Red+Green+Blue) = 85+28+81=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C51 is #AAE3AE. Grayscale: #323232. Windows color (decimal): -11199407 or 5315669. OLE color: 5315669.

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

Color convert

RGB852881-
CMYK00.670.050.67
HSL304.21º50.44%22.16%-
HSV(B)304.21º67.06%33.33%-
XYZ5.653.368.13-
YUV51.08144.88152.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=43.81%
G=14.43%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85288100.670.050.67304.2150.4422.16
Hex551C510435431303216
Octal12534121010351034606226
Binary101010111100101000101000011101100001110011000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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