#551854

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

Shades of Hot Purple #551854

Tints of Hot Purple #551854

Color information

#551854 (or 0x551854) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 54. RGB value is (85,24,84). Sum of RGB (Red+Green+Blue) = 85+24+84=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551854 is #AAE7AB. Grayscale: #303030. Windows color (decimal): -11200428 or 5511253. OLE color: 5511253.

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

Color convert

RGB852484-
CMYK00.720.010.67
HSL300.98º55.96%21.37%-
HSV(B)300.98º71.76%33.33%-
XYZ5.673.228.71-
YUV49.08147.71153.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=44.04%
G=12.44%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85248400.720.010.67300.9855.9621.37
Hex55185404814312d3815
Octal12530124011011034557025
Binary1010101110001010100010010001100001110010110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551854; }

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

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

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

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

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

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

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

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