#550B62

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

Shades of Hot Purple #550B62

Tints of Hot Purple #550B62

Color information

#550B62 (or 0x550B62) is unknown color: approx Hot Purple. HEX triplet: 55, 0B and 62. RGB value is (85,11,98). Sum of RGB (Red+Green+Blue) = 85+11+98=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #550B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B62 is #AAF49D. Grayscale: #2A2A2A. Windows color (decimal): -11203742 or 6425429. OLE color: 6425429.

HSL color Cylindrical-coordinate representation of color #550B62: hue angle of 291.03º 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 #550B62 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB851198-
CMYK0.130.8900.62
HSL291.03º79.82%21.37%-
HSV(B)291.03º88.78%38.43%-
XYZ6.073.0511.82-
YUV43.04159.02157.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=43.81%
G=5.67%
B=50.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8511980.130.8900.62291.0379.8221.37
Hex55B62D5903E1235015
Octal125131421513107644312025
Binary101010110111100010110110110010111110100100011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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