Html Css Color HEX #490850 Hot Purple

📋 copy color: '#490850'

red 73 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #490850

Tints of Hot Purple #490850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 45.34%
G = 4.97%
B = 49.69%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490850 (or 0x490850) is known color: Hot Purple. HEX triplet: 49, 08 and 50. RGB value is (73,8,80). Sum of RGB (Red+Green+Blue) = 73+8+80=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #490850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490850 is #B6F7AF. Grayscale: #232323. Windows color (decimal): -11990960 or 5245001. OLE color: 5245001.

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

Color convert

RGB 73 8 80 -
CMYK 0.09 0.90 0 0.69
HSL 294.17º 0.82% 0.17% -
HSV(B) 294.17º 0.9% 0.31% -
XYZ 4.28 2.17 7.78 -
YUV 35.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 73 8 80 0.09 0.90 0 0.69 294.17 0.82 0.17
Hex 49 8 50 9 5A 0 45 126 52 11
Octal 111 10 120 11 132 0 105 446 122 21
Binary 1001001 1000 1010000 1001 1011010 0 1000101 100100110 1010010 10001

Color Harmonies of #490850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490850

Black with #490850

Text Example


Text Example

White with #490850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490850; }

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

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

background-color css

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

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

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

border-color css

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

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

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