#550956

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

Shades of Hot Purple #550956

Tints of Hot Purple #550956

Color information

#550956 (or 0x550956) is unknown color: approx Hot Purple. HEX triplet: 55, 09 and 56. RGB value is (85,9,86). Sum of RGB (Red+Green+Blue) = 85+9+86=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #550956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550956 is #AAF6A9. Grayscale: #282828. Windows color (decimal): -11204266 or 5638485. OLE color: 5638485.

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

Color convert

RGB85986-
CMYK0.010.9000.66
HSL299.22º81.05%18.63%-
HSV(B)299.22º89.53%33.73%-
XYZ5.522.89.05-
YUV40.5153.68159.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=47.22%
G=5%
B=47.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal859860.010.9000.66299.2281.0518.63
Hex5595615A04212b5113
Octal125111261132010245312123
Binary1010101100110101101101101001000010100101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550956; }

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

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

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

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

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

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

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

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