#551850

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

Shades of Hot Purple #551850

Tints of Hot Purple #551850

Color information

#551850 (or 0x551850) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 50. RGB value is (85,24,80). Sum of RGB (Red+Green+Blue) = 85+24+80=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551850 is #AAE7AF. Grayscale: #303030. Windows color (decimal): -11200432 or 5249109. OLE color: 5249109.

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

Color convert

RGB852480-
CMYK00.720.060.67
HSL304.92º55.96%21.37%-
HSV(B)304.92º71.76%33.33%-
XYZ5.523.167.91-
YUV48.62145.71153.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=44.97%
G=12.70%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85248000.720.060.67304.9255.9621.37
Hex5518500486431313815
Octal12530120011061034617025
Binary101010111000101000001001000110100001110011000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551850; }

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

 H1.HeaderClassName
 {
   color: #551850;
 }
 .AnyTagClassName
 {
   color: #551850;
 }
</style>
background-color css

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

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

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

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

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

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