#491350

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

Shades of Hot Purple #491350

Tints of Hot Purple #491350

Color information

#491350 (or 0x491350) is unknown color: approx Hot Purple. HEX triplet: 49, 13 and 50. RGB value is (73,19,80). Sum of RGB (Red+Green+Blue) = 73+19+80=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #491350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491350 is #B6ECAF. Grayscale: #292929. Windows color (decimal): -11988144 or 5247817. OLE color: 5247817.

HSL color Cylindrical-coordinate representation of color #491350: hue angle of 293.11º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491350 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB731980-
CMYK0.090.7600.69
HSL293.11º61.62%19.41%-
HSV(B)293.11º76.25%31.37%-
XYZ4.432.467.83-
YUV42.1149.39150.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=42.44%
G=11.05%
B=46.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7319800.090.7600.69293.1161.6219.41
Hex49135094C0451253e13
Octal111231201111401054457623
Binary1001001100111010000100110011000100010110010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491350; }

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

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

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

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

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

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

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

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