Html Css Color HEX #550559 Hot Purple

📋 copy color: '#550559'

red 85 ◦ green 5 ◦ blue 89

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

Shades of Hot Purple #550559

Tints of Hot Purple #550559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 47.49%
G = 2.79%
B = 49.72%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550559 (or 0x550559) is known color: Hot Purple. HEX triplet: 55, 05 and 59. RGB value is (85,5,89). Sum of RGB (Red+Green+Blue) = 85+5+89=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #550559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550559 is #AAFAA6. Grayscale: #262626. Windows color (decimal): -11205287 or 5834069. OLE color: 5834069.

HSL color Cylindrical-coordinate representation of color #550559: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550559 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 5 89 -
CMYK 0.04 0.94 0 0.65
HSL 297.14º 0.89% 0.18% -
HSV(B) 297.14º 0.94% 0.35% -
XYZ 5.6 2.76 9.69 -
YUV 38.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 85 5 89 0.04 0.94 0 0.65 297.14 0.89 0.18
Hex 55 5 59 4 5E 0 41 129 59 12
Octal 125 5 131 4 136 0 101 451 131 22
Binary 1010101 101 1011001 100 1011110 0 1000001 100101001 1011001 10010

Color Harmonies of #550559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550559

Black with #550559

Text Example


Text Example

White with #550559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550559; }

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

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

background-color css

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

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

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

border-color css

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

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

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