#550B61

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

Shades of Hot Purple #550B61

Tints of Hot Purple #550B61

Color information

#550B61 (or 0x550B61) is unknown color: approx Hot Purple. HEX triplet: 55, 0B and 61. RGB value is (85,11,97). Sum of RGB (Red+Green+Blue) = 85+11+97=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #550B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B61 is #AAF49E. Grayscale: #2A2A2A. Windows color (decimal): -11203743 or 6359893. OLE color: 6359893.

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

Color convert

RGB851197-
CMYK0.120.8900.62
HSL291.63º79.63%21.18%-
HSV(B)291.63º88.66%38.04%-
XYZ6.023.0311.58-
YUV42.93158.52158.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=44.04%
G=5.70%
B=50.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8511970.120.8900.62291.6379.6321.18
Hex55B61C5903E1245015
Octal125131411413107644412025
Binary101010110111100001110010110010111110100100100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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