Html Css Color HEX #550F59 Hot Purple

📋 copy color: '#550F59'

red 85 ◦ green 15 ◦ blue 89

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

Shades of Hot Purple #550F59

Tints of Hot Purple #550F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 44.97%
G = 7.94%
B = 47.09%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550F59 (or 0x550F59) is known color: Hot Purple. HEX triplet: 55, 0F and 59. RGB value is (85,15,89). Sum of RGB (Red+Green+Blue) = 85+15+89=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #550F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F59 is #AAF0A6. Grayscale: #2C2C2C. Windows color (decimal): -11202727 or 5836629. OLE color: 5836629.

HSL color Cylindrical-coordinate representation of color #550F59: hue angle of 296.76º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #550F59 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 15 89 -
CMYK 0.04 0.83 0 0.65
HSL 296.76º 0.71% 0.2% -
HSV(B) 296.76º 0.83% 0.35% -
XYZ 5.72 2.99 9.73 -
YUV 44.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 85 15 89 0.04 0.83 0 0.65 296.76 0.71 0.2
Hex 55 F 59 4 53 0 41 129 47 14
Octal 125 17 131 4 123 0 101 451 107 24
Binary 1010101 1111 1011001 100 1010011 0 1000001 100101001 1000111 10100

Color Harmonies of #550F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F59

Black with #550F59

Text Example


Text Example

White with #550F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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