Html Css Color HEX #550959 Hot Purple

📋 copy color: '#550959'

red 85 ◦ green 9 ◦ blue 89

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

Shades of Hot Purple #550959

Tints of Hot Purple #550959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 46.45%
G = 4.92%
B = 48.63%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550959 (or 0x550959) is known color: Hot Purple. HEX triplet: 55, 09 and 59. RGB value is (85,9,89). Sum of RGB (Red+Green+Blue) = 85+9+89=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #550959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550959 is #AAF6A6. Grayscale: #282828. Windows color (decimal): -11204263 or 5835093. OLE color: 5835093.

HSL color Cylindrical-coordinate representation of color #550959: hue angle of 297º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550959 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 9 89 -
CMYK 0.04 0.90 0 0.65
HSL 297º 0.82% 0.19% -
HSV(B) 297º 0.9% 0.35% -
XYZ 5.65 2.85 9.7 -
YUV 40.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 85 9 89 0.04 0.90 0 0.65 297 0.82 0.19
Hex 55 9 59 4 5A 0 41 129 52 13
Octal 125 11 131 4 132 0 101 451 122 23
Binary 1010101 1001 1011001 100 1011010 0 1000001 100101001 1010010 10011

Color Harmonies of #550959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550959

Black with #550959

Text Example


Text Example

White with #550959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550959; }

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

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

background-color css

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

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

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

border-color css

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

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

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