Html Css Color HEX #550B60 Hot Purple

📋 copy color: '#550B60'

red 85 ◦ green 11 ◦ blue 96

#550B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #550B60

Tints of Hot Purple #550B60

RGB

 RED value IS 85 (33.59% from 255) = 44.27%

 GREEN value IS 11 (4.69% from 255) = 5.73%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 44.27%
G = 5.73%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550B60 (or 0x550B60) is known color: Hot Purple. HEX triplet: 55, 0B and 60. RGB value is (85,11,96). Sum of RGB (Red+Green+Blue) = 85+11+96=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #550B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B60 is #AAF49F. Grayscale: #2A2A2A. Windows color (decimal): -11203744 or 6294357. OLE color: 6294357.

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

Color convert

RGB 85 11 96 -
CMYK 0.11 0.89 0 0.62
HSL 292.24º 0.79% 0.21% -
HSV(B) 292.24º 0.89% 0.38% -
XYZ 5.98 3.02 11.33 -
YUV 42.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 85 11 96 0.11 0.89 0 0.62 292.24 0.79 0.21
Hex 55 B 60 B 59 0 3E 124 4F 15
Octal 125 13 140 13 131 0 76 444 117 25
Binary 1010101 1011 1100000 1011 1011001 0 111110 100100100 1001111 10101

Color Harmonies of #550B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550B60

Black with #550B60

Text Example


Text Example

White with #550B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #550B60;
 }
 .AnyTagClassName
 {
   color: #550B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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