#551653

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

Shades of Hot Purple #551653

Tints of Hot Purple #551653

Color information

#551653 (or 0x551653) is unknown color: approx Hot Purple. HEX triplet: 55, 16 and 53. RGB value is (85,22,83). Sum of RGB (Red+Green+Blue) = 85+22+83=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551653 is #AAE9AC. Grayscale: #2F2F2F. Windows color (decimal): -11200941 or 5445205. OLE color: 5445205.

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

Color convert

RGB852283-
CMYK00.740.020.67
HSL301.9º58.88%20.98%-
HSV(B)301.9º74.12%33.33%-
XYZ5.593.138.49-
YUV47.79147.87154.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=44.74%
G=11.58%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85228300.740.020.67301.958.8820.98
Hex55165304A24312e3b15
Octal12526123011221034567325
Binary10101011011010100110100101010100001110010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551653; }

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

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

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

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

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

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

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

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