#550858

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

Shades of Hot Purple #550858

Tints of Hot Purple #550858

Color information

#550858 (or 0x550858) is unknown color: approx Hot Purple. HEX triplet: 55, 08 and 58. RGB value is (85,8,88). Sum of RGB (Red+Green+Blue) = 85+8+88=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #550858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550858 is #AAF7A7. Grayscale: #272727. Windows color (decimal): -11204520 or 5769301. OLE color: 5769301.

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

Color convert

RGB85888-
CMYK0.030.9100.65
HSL297.75º83.33%18.82%-
HSV(B)297.75º90.91%34.51%-
XYZ5.592.819.48-
YUV40.14155.01160-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=46.96%
G=4.42%
B=48.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858880.030.9100.65297.7583.3318.82
Hex5585835B04112a5313
Octal125101303133010145212323
Binary10101011000101100011101101101000001100101010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550858; }

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

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

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

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

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

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

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

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