Html Css Color HEX #490B52 Hot Purple

📋 copy color: '#490B52'

red 73 ◦ green 11 ◦ blue 82

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

Shades of Hot Purple #490B52

Tints of Hot Purple #490B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 43.98%
G = 6.63%
B = 49.4%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490B52 (or 0x490B52) is known color: Hot Purple. HEX triplet: 49, 0B and 52. RGB value is (73,11,82). Sum of RGB (Red+Green+Blue) = 73+11+82=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #490B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B52 is #B6F4AD. Grayscale: #252525. Windows color (decimal): -11990190 or 5376841. OLE color: 5376841.

HSL color Cylindrical-coordinate representation of color #490B52: hue angle of 292.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490B52 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 11 82 -
CMYK 0.11 0.87 0 0.68
HSL 292.39º 0.76% 0.18% -
HSV(B) 292.39º 0.87% 0.32% -
XYZ 4.39 2.27 8.19 -
YUV 37.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 73 11 82 0.11 0.87 0 0.68 292.39 0.76 0.18
Hex 49 B 52 B 57 0 44 124 4C 12
Octal 111 13 122 13 127 0 104 444 114 22
Binary 1001001 1011 1010010 1011 1010111 0 1000100 100100100 1001100 10010

Color Harmonies of #490B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B52

Black with #490B52

Text Example


Text Example

White with #490B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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