#490C4F

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

Shades of Hot Purple #490C4F

Tints of Hot Purple #490C4F

Color information

#490C4F (or 0x490C4F) is unknown color: approx Hot Purple. HEX triplet: 49, 0C and 4F. RGB value is (73,12,79). Sum of RGB (Red+Green+Blue) = 73+12+79=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #490C4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C4F is #B6F3B0. Grayscale: #252525. Windows color (decimal): -11989937 or 5180489. OLE color: 5180489.

HSL color Cylindrical-coordinate representation of color #490C4F: hue angle of 294.63º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490C4F is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB731279-
CMYK0.080.8500.69
HSL294.63º73.63%17.84%-
HSV(B)294.63º84.81%30.98%-
XYZ4.292.247.6-
YUV37.88151.21153.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=44.51%
G=7.32%
B=48.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7312790.080.8500.69294.6373.6317.84
Hex49C4F8550451274a12
Octal1111411710125010544711222
Binary1001001110010011111000101010101000101100100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490C4F; }

 p { color: rgb(73,12,79); }

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

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

 a { background-color: rgb(73,12,79); }

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

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

 span { border-color: rgb(73,12,79); }

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