Html Css Color HEX #490B4C Hot Purple

📋 copy color: '#490B4C'

red 73 ◦ green 11 ◦ blue 76

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

Shades of Hot Purple #490B4C

Tints of Hot Purple #490B4C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.88%

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

R = 45.63%
G = 6.88%
B = 47.5%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#490B4C (or 0x490B4C) is known color: Hot Purple. HEX triplet: 49, 0B and 4C. RGB value is (73,11,76). Sum of RGB (Red+Green+Blue) = 73+11+76=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #490B4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B4C is #B6F4B3. Grayscale: #242424. Windows color (decimal): -11990196 or 4983625. OLE color: 4983625.

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

Color convert

RGB 73 11 76 -
CMYK 0.04 0.86 0 0.70
HSL 297.23º 0.75% 0.17% -
HSV(B) 297.23º 0.86% 0.3% -
XYZ 4.17 2.18 7.04 -
YUV 36.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 73 11 76 0.04 0.86 0 0.70 297.23 0.75 0.17
Hex 49 B 4C 4 56 0 46 129 4B 11
Octal 111 13 114 4 126 0 106 451 113 21
Binary 1001001 1011 1001100 100 1010110 0 1000110 100101001 1001011 10001

Color Harmonies of #490B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B4C

Black with #490B4C

Text Example


Text Example

White with #490B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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