#551963

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

Shades of Hot Purple #551963

Tints of Hot Purple #551963

Color information

#551963 (or 0x551963) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 63. RGB value is (85,25,99). Sum of RGB (Red+Green+Blue) = 85+25+99=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #551963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551963 is #AAE69C. Grayscale: #333333. Windows color (decimal): -11200157 or 6494549. OLE color: 6494549.

HSL color Cylindrical-coordinate representation of color #551963: hue angle of 288.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551963 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB852599-
CMYK0.140.7500.61
HSL288.65º59.68%24.31%-
HSV(B)288.65º74.75%38.82%-
XYZ6.353.5312.15-
YUV51.38154.88151.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=40.67%
G=11.96%
B=47.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8525990.140.7500.61288.6559.6824.31
Hex551963E4B03D1213c18
Octal12531143161130754417430
Binary101010111001110001111101001011011110110010000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551963; }

 p { color: rgb(85,25,99); }

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

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

 a { background-color: rgb(85,25,99); }

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

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

 span { border-color: rgb(85,25,99); }

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