#551853

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

Shades of Hot Purple #551853

Tints of Hot Purple #551853

Color information

#551853 (or 0x551853) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 53. RGB value is (85,24,83). Sum of RGB (Red+Green+Blue) = 85+24+83=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551853 is #AAE7AC. Grayscale: #303030. Windows color (decimal): -11200429 or 5445717. OLE color: 5445717.

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

Color convert

RGB852483-
CMYK00.720.020.67
HSL301.97º55.96%21.37%-
HSV(B)301.97º71.76%33.33%-
XYZ5.633.218.51-
YUV48.96147.21153.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=44.27%
G=12.5%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85248300.720.020.67301.9755.9621.37
Hex55185304824312e3815
Octal12530123011021034567025
Binary10101011100010100110100100010100001110010111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551853; }

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

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

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

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

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

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

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

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