Html Css Color HEX #550459 Hot Purple

📋 copy color: '#550459'

red 85 ◦ green 4 ◦ blue 89

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

Shades of Hot Purple #550459

Tints of Hot Purple #550459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 47.75%
G = 2.25%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550459 (or 0x550459) is known color: Hot Purple. HEX triplet: 55, 04 and 59. RGB value is (85,4,89). Sum of RGB (Red+Green+Blue) = 85+4+89=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #550459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550459 is #AAFBA6. Grayscale: #252525. Windows color (decimal): -11205543 or 5833813. OLE color: 5833813.

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

Color convert

RGB 85 4 89 -
CMYK 0.04 0.96 0 0.65
HSL 297.18º 0.91% 0.18% -
HSV(B) 297.18º 0.96% 0.35% -
XYZ 5.59 2.74 9.69 -
YUV 37.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 85 4 89 0.04 0.96 0 0.65 297.18 0.91 0.18
Hex 55 4 59 4 60 0 41 129 5B 12
Octal 125 4 131 4 140 0 101 451 133 22
Binary 1010101 100 1011001 100 1100000 0 1000001 100101001 1011011 10010

Color Harmonies of #550459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550459

Black with #550459

Text Example


Text Example

White with #550459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550459; }

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

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

background-color css

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

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

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

border-color css

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

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

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