#551950

Color #551950 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #551950

Tints of Hot Purple #551950

Color information

#551950 (or 0x551950) is unknown color: approx 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

RGB852580-
CMYK00.710.060.67
HSL305º54.55%21.57%-
HSV(B)305º70.59%33.33%-
XYZ5.543.217.92-
YUV49.21145.38153.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85258000.710.060.6730554.5521.57
Hex5519500476431313716
Octal12531120010761034616726
Binary101010111001101000001000111110100001110011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>