#551363

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

Shades of Hot Purple #551363

Tints of Hot Purple #551363

Color information

#551363 (or 0x551363) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 63. RGB value is (85,19,99). Sum of RGB (Red+Green+Blue) = 85+19+99=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #551363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551363 is #AAEC9C. Grayscale: #2F2F2F. Windows color (decimal): -11201693 or 6493013. OLE color: 6493013.

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

Color convert

RGB851999-
CMYK0.140.8100.61
HSL289.5º67.8%23.14%-
HSV(B)289.5º80.81%38.82%-
XYZ6.233.312.11-
YUV47.85156.87154.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=41.87%
G=9.36%
B=48.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8519990.140.8100.61289.567.823.14
Hex551363E5103D1224417
Octal125231431612107544210427
Binary1010101100111100011111010100010111101100100010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551363; }

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

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

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

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

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

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

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

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