Html Css Color HEX #490950 Hot Purple

📋 copy color: '#490950'

red 73 ◦ green 9 ◦ blue 80

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

Shades of Hot Purple #490950

Tints of Hot Purple #490950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 45.06%
G = 5.56%
B = 49.38%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490950 (or 0x490950) is known color: Hot Purple. HEX triplet: 49, 09 and 50. RGB value is (73,9,80). Sum of RGB (Red+Green+Blue) = 73+9+80=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #490950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490950 is #B6F6AF. Grayscale: #242424. Windows color (decimal): -11990704 or 5245257. OLE color: 5245257.

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

Color convert

RGB 73 9 80 -
CMYK 0.09 0.89 0 0.69
HSL 294.08º 0.8% 0.17% -
HSV(B) 294.08º 0.89% 0.31% -
XYZ 4.29 2.19 7.79 -
YUV 36.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 73 9 80 0.09 0.89 0 0.69 294.08 0.8 0.17
Hex 49 9 50 9 59 0 45 126 50 11
Octal 111 11 120 11 131 0 105 446 120 21
Binary 1001001 1001 1010000 1001 1011001 0 1000101 100100110 1010000 10001

Color Harmonies of #490950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490950

Black with #490950

Text Example


Text Example

White with #490950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490950; }

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

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

background-color css

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

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

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

border-color css

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

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

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