Html Css Color HEX #551959 Hot Purple

📋 copy color: '#551959'

red 85 ◦ green 25 ◦ blue 89

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

Shades of Hot Purple #551959

Tints of Hot Purple #551959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 42.71%
G = 12.56%
B = 44.72%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#551959 (or 0x551959) is known color: Hot Purple. HEX triplet: 55, 19 and 59. RGB value is (85,25,89). Sum of RGB (Red+Green+Blue) = 85+25+89=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #551959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551959 is #AAE6A6. Grayscale: #323232. Windows color (decimal): -11200167 or 5839189. OLE color: 5839189.

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

Color convert

RGB 85 25 89 -
CMYK 0.04 0.72 0 0.65
HSL 296.25º 0.56% 0.22% -
HSV(B) 296.25º 0.72% 0.35% -
XYZ 5.9 3.35 9.79 -
YUV 50.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 85 25 89 0.04 0.72 0 0.65 296.25 0.56 0.22
Hex 55 19 59 4 48 0 41 128 38 16
Octal 125 31 131 4 110 0 101 450 70 26
Binary 1010101 11001 1011001 100 1001000 0 1000001 100101000 111000 10110

Color Harmonies of #551959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551959

Black with #551959

Text Example


Text Example

White with #551959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551959; }

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

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

background-color css

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

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

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

border-color css

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

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

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