Html Css Color HEX #551950 Hot Purple

📋 copy color: '#551950'

red 85 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #551950

Tints of Hot Purple #551950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.11%

R = 44.74%
G = 13.16%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#551950 (or 0x551950) is known color: Hot Purple. HEX triplet: 55, 19 and 50. RGB value is (85,25,80). Sum of RGB (Red+Green+Blue) = 85+25+80=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551950 is #AAE6AF. Grayscale: #313131. Windows color (decimal): -11200176 or 5249365. OLE color: 5249365.

HSL color Cylindrical-coordinate representation of color #551950: hue angle of 305º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551950 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 80 -
CMYK 0 0.71 0.06 0.67
HSL 305º 0.55% 0.22% -
HSV(B) 305º 0.71% 0.33% -
XYZ 5.54 3.21 7.92 -
YUV 49.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 85 25 80 0 0.71 0.06 0.67 305 0.55 0.22
Hex 55 19 50 0 47 6 43 131 37 16
Octal 125 31 120 0 107 6 103 461 67 26
Binary 1010101 11001 1010000 0 1000111 110 1000011 100110001 110111 10110

Color Harmonies of #551950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551950

Black with #551950

Text Example


Text Example

White with #551950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551950; }

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

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

background-color css

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

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

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

border-color css

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

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

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