#550958

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

Shades of Hot Purple #550958

Tints of Hot Purple #550958

Color information

#550958 (or 0x550958) is unknown color: approx Hot Purple. HEX triplet: 55, 09 and 58. RGB value is (85,9,88). Sum of RGB (Red+Green+Blue) = 85+9+88=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #550958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550958 is #AAF6A7. Grayscale: #282828. Windows color (decimal): -11204264 or 5769557. OLE color: 5769557.

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

Color convert

RGB85988-
CMYK0.030.9000.65
HSL297.72º81.44%19.02%-
HSV(B)297.72º89.77%34.51%-
XYZ5.612.839.48-
YUV40.73154.68159.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=46.70%
G=4.95%
B=48.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal859880.030.9000.65297.7281.4419.02
Hex5595835A04112a5113
Octal125111303132010145212123
Binary10101011001101100011101101001000001100101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550958; }

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

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

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

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

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

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

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

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