#551B51

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

Shades of Hot Purple #551B51

Tints of Hot Purple #551B51

Color information

#551B51 (or 0x551B51) is unknown color: approx Hot Purple. HEX triplet: 55, 1B and 51. RGB value is (85,27,81). Sum of RGB (Red+Green+Blue) = 85+27+81=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B51 is #AAE4AE. Grayscale: #323232. Windows color (decimal): -11199663 or 5315413. OLE color: 5315413.

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

Color convert

RGB852781-
CMYK00.680.050.67
HSL304.14º51.79%21.96%-
HSV(B)304.14º68.24%33.33%-
XYZ5.623.318.13-
YUV50.5145.22152.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=44.04%
G=13.99%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85278100.680.050.67304.1451.7921.96
Hex551B510445431303416
Octal12533121010451034606426
Binary101010111011101000101000100101100001110011000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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