#491354

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

Shades of Hot Purple #491354

Tints of Hot Purple #491354

Color information

#491354 (or 0x491354) is unknown color: approx Hot Purple. HEX triplet: 49, 13 and 54. RGB value is (73,19,84). Sum of RGB (Red+Green+Blue) = 73+19+84=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #491354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491354 is #B6ECAB. Grayscale: #2A2A2A. Windows color (decimal): -11988140 or 5509961. OLE color: 5509961.

HSL color Cylindrical-coordinate representation of color #491354: hue angle of 289.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491354 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB731984-
CMYK0.130.7700.67
HSL289.85º63.11%20.2%-
HSV(B)289.85º77.38%32.94%-
XYZ4.582.528.63-
YUV42.56151.39149.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=41.48%
G=10.80%
B=47.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7319840.130.7700.67289.8563.1120.2
Hex491354D4D0431223f14
Octal111231241511501034427724
Binary1001001100111010100110110011010100001110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491354; }

 p { color: rgb(73,19,84); }

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

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

 a { background-color: rgb(73,19,84); }

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

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

 span { border-color: rgb(73,19,84); }

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