Html Css Color HEX #490C4C Hot Purple

📋 copy color: '#490C4C'

red 73 ◦ green 12 ◦ blue 76

#490C4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #490C4C

Tints of Hot Purple #490C4C

RGB

 RED value IS 73 (28.91% from 255) = 45.34%

 GREEN value IS 12 (5.08% from 255) = 7.45%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 45.34%
G = 7.45%
B = 47.2%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#490C4C (or 0x490C4C) is known color: Hot Purple. HEX triplet: 49, 0C and 4C. RGB value is (73,12,76). Sum of RGB (Red+Green+Blue) = 73+12+76=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #490C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C4C is #B6F3B3. Grayscale: #252525. Windows color (decimal): -11989940 or 4983881. OLE color: 4983881.

HSL color Cylindrical-coordinate representation of color #490C4C: hue angle of 297.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C4C is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 12 76 -
CMYK 0.04 0.84 0 0.70
HSL 297.19º 0.73% 0.17% -
HSV(B) 297.19º 0.84% 0.3% -
XYZ 4.18 2.2 7.04 -
YUV 37.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 73 12 76 0.04 0.84 0 0.70 297.19 0.73 0.17
Hex 49 C 4C 4 54 0 46 129 49 11
Octal 111 14 114 4 124 0 106 451 111 21
Binary 1001001 1100 1001100 100 1010100 0 1000110 100101001 1001001 10001

Color Harmonies of #490C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C4C

Black with #490C4C

Text Example


Text Example

White with #490C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #490C4C;
 }
 .AnyTagClassName
 {
   color: #490C4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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