#551851

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

Shades of Hot Purple #551851

Tints of Hot Purple #551851

Color information

#551851 (or 0x551851) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 51. RGB value is (85,24,81). Sum of RGB (Red+Green+Blue) = 85+24+81=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551851 is #AAE7AE. Grayscale: #303030. Windows color (decimal): -11200431 or 5314645. OLE color: 5314645.

HSL color Cylindrical-coordinate representation of color #551851: hue angle of 303.93º 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 #551851 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB852481-
CMYK00.720.050.67
HSL303.93º55.96%21.37%-
HSV(B)303.93º71.76%33.33%-
XYZ5.563.188.11-
YUV48.74146.21153.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=44.74%
G=12.63%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85248100.720.050.67303.9355.9621.37
Hex5518510485431303815
Octal12530121011051034607025
Binary101010111000101000101001000101100001110011000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551851; }

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

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

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

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

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

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

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

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