#551058

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

Shades of Hot Purple #551058

Tints of Hot Purple #551058

Color information

#551058 (or 0x551058) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 58. RGB value is (85,16,88). Sum of RGB (Red+Green+Blue) = 85+16+88=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #551058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551058 is #AAEFA7. Grayscale: #2C2C2C. Windows color (decimal): -11202472 or 5771349. OLE color: 5771349.

HSL color Cylindrical-coordinate representation of color #551058: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551058 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB851688-
CMYK0.030.8200.65
HSL297.5º69.23%20.39%-
HSV(B)297.5º81.82%34.51%-
XYZ5.693.019.51-
YUV44.84152.36156.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=44.97%
G=8.47%
B=46.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8516880.030.8200.65297.569.2320.39
Hex55105835204112a4514
Octal125201303122010145210524
Binary101010110000101100011101001001000001100101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551058; }

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

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

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

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

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

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

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

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