#551c53

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

Shades of Hot Purple #551C53

Tints of Hot Purple #551C53

Color information

#551C53 (or 0x551C53) is unknown color: approx Hot Purple. HEX triplet: 55, 1C and 53. RGB value is (85,28,83). Sum of RGB (Red+Green+Blue) = 85+28+83=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #551C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C53 is #AAE3AC. Grayscale: #333333. Windows color (decimal): -11199405 or 5446741. OLE color: 5446741.

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

Color convert

RGB852883-
CMYK00.670.020.67
HSL302.11º50.44%22.16%-
HSV(B)302.11º67.06%33.33%-
XYZ5.723.398.54-
YUV51.31145.88152.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=43.37%
G=14.29%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85288300.670.020.67302.1150.4422.16
Hex551C5304324312e3216
Octal12534123010321034566226
Binary10101011110010100110100001110100001110010111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551c53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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