#551B54

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

Shades of Hot Purple #551B54

Tints of Hot Purple #551B54

Color information

#551B54 (or 0x551B54) is unknown color: approx Hot Purple. HEX triplet: 55, 1B and 54. RGB value is (85,27,84). Sum of RGB (Red+Green+Blue) = 85+27+84=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #551B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B54 is #AAE4AB. Grayscale: #323232. Windows color (decimal): -11199660 or 5512021. OLE color: 5512021.

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

Color convert

RGB852784-
CMYK00.680.010.67
HSL301.03º51.79%21.96%-
HSV(B)301.03º68.24%33.33%-
XYZ5.743.368.73-
YUV50.84146.72152.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=43.37%
G=13.78%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85278400.680.010.67301.0351.7921.96
Hex551B5404414312d3416
Octal12533124010411034556426
Binary1010101110111010100010001001100001110010110111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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