#551B53

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

Shades of Hot Purple #551B53

Tints of Hot Purple #551B53

Color information

#551B53 (or 0x551B53) is unknown color: approx Hot Purple. HEX triplet: 55, 1B and 53. RGB value is (85,27,83). Sum of RGB (Red+Green+Blue) = 85+27+83=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #551B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B53 is #AAE4AC. Grayscale: #323232. Windows color (decimal): -11199661 or 5446485. OLE color: 5446485.

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

Color convert

RGB852783-
CMYK00.680.020.67
HSL302.07º51.79%21.96%-
HSV(B)302.07º68.24%33.33%-
XYZ5.73.348.53-
YUV50.73146.22152.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=43.59%
G=13.85%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85278300.680.020.67302.0751.7921.96
Hex551B5304424312e3416
Octal12533123010421034566426
Binary10101011101110100110100010010100001110010111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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