#550F61

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

Shades of Hot Purple #550F61

Tints of Hot Purple #550F61

Color information

#550F61 (or 0x550F61) is unknown color: approx Hot Purple. HEX triplet: 55, 0F and 61. RGB value is (85,15,97). Sum of RGB (Red+Green+Blue) = 85+15+97=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #550F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F61 is #AAF09E. Grayscale: #2D2D2D. Windows color (decimal): -11202719 or 6360917. OLE color: 6360917.

HSL color Cylindrical-coordinate representation of color #550F61: hue angle of 291.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550F61 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB851597-
CMYK0.120.8500.62
HSL291.22º73.21%21.96%-
HSV(B)291.22º84.54%38.04%-
XYZ6.073.1411.59-
YUV45.28157.19156.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=43.15%
G=7.61%
B=49.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8515970.120.8500.62291.2273.2121.96
Hex55F61C5503E1234916
Octal125171411412507644311126
Binary101010111111100001110010101010111110100100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550F61; }

 p { color: rgb(85,15,97); }

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

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

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

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

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

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

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