#551754

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

Shades of Hot Purple #551754

Tints of Hot Purple #551754

Color information

#551754 (or 0x551754) is unknown color: approx Hot Purple. HEX triplet: 55, 17 and 54. RGB value is (85,23,84). Sum of RGB (Red+Green+Blue) = 85+23+84=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551754 is #AAE8AB. Grayscale: #303030. Windows color (decimal): -11200684 or 5510997. OLE color: 5510997.

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

Color convert

RGB852384-
CMYK00.730.010.67
HSL300.97º57.41%21.18%-
HSV(B)300.97º72.94%33.33%-
XYZ5.653.188.7-
YUV48.49148.04154.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=44.27%
G=11.98%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85238400.730.010.67300.9757.4121.18
Hex55175404914312d3915
Octal12527124011111034557125
Binary1010101101111010100010010011100001110010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551754; }

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

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

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

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

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

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

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

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