#551055

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

Shades of Hot Purple #551055

Tints of Hot Purple #551055

Color information

#551055 (or 0x551055) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 55. RGB value is (85,16,85). Sum of RGB (Red+Green+Blue) = 85+16+85=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551055 is #AAEFAA. Grayscale: #2C2C2C. Windows color (decimal): -11202475 or 5574741. OLE color: 5574741.

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

Color convert

RGB851685-
CMYK00.8100.67
HSL300º68.32%19.8%-
HSV(B)300º81.18%33.33%-
XYZ5.572.968.87-
YUV44.5150.86156.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=45.70%
G=8.60%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85168500.8100.6730068.3219.8
Hex55105505104312c4414
Octal125201250121010345410424
Binary10101011000010101010101000101000011100101100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551055; }

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

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

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

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

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

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

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

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