#551654

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

Shades of Hot Purple #551654

Tints of Hot Purple #551654

Color information

#551654 (or 0x551654) is unknown color: approx Hot Purple. HEX triplet: 55, 16 and 54. RGB value is (85,22,84). Sum of RGB (Red+Green+Blue) = 85+22+84=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551654 is #AAE9AB. Grayscale: #2F2F2F. Windows color (decimal): -11200940 or 5510741. OLE color: 5510741.

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

Color convert

RGB852284-
CMYK00.740.010.67
HSL300.95º58.88%20.98%-
HSV(B)300.95º74.12%33.33%-
XYZ5.633.158.7-
YUV47.9148.37154.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=44.50%
G=11.52%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85228400.740.010.67300.9558.8820.98
Hex55165404A14312d3b15
Octal12526124011211034557325
Binary1010101101101010100010010101100001110010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551654; }

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

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

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

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

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

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

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

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