#551054

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

Shades of Hot Purple #551054

Tints of Hot Purple #551054

Color information

#551054 (or 0x551054) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 54. RGB value is (85,16,84). Sum of RGB (Red+Green+Blue) = 85+16+84=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #551054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551054 is #AAEFAB. Grayscale: #2C2C2C. Windows color (decimal): -11202476 or 5509205. OLE color: 5509205.

HSL color Cylindrical-coordinate representation of color #551054: hue angle of 300.87º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551054 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB851684-
CMYK00.810.010.67
HSL300.87º68.32%19.8%-
HSV(B)300.87º81.18%33.33%-
XYZ5.532.948.66-
YUV44.38150.36156.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=45.95%
G=8.65%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85168400.810.010.67300.8768.3219.8
Hex55105405114312d4414
Octal125201240121110345510424
Binary10101011000010101000101000111000011100101101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551054; }

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

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

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

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

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

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

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

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