Html Css Color HEX #490450 Hot Purple

📋 copy color: '#490450'

red 73 ◦ green 4 ◦ blue 80

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

Shades of Hot Purple #490450

Tints of Hot Purple #490450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 46.5%
G = 2.55%
B = 50.96%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490450 (or 0x490450) is known color: Hot Purple. HEX triplet: 49, 04 and 50. RGB value is (73,4,80). Sum of RGB (Red+Green+Blue) = 73+4+80=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #490450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490450 is #B6FBAF. Grayscale: #212121. Windows color (decimal): -11991984 or 5243977. OLE color: 5243977.

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

Color convert

RGB 73 4 80 -
CMYK 0.09 0.95 0 0.69
HSL 294.47º 0.9% 0.16% -
HSV(B) 294.47º 0.95% 0.31% -
XYZ 4.24 2.08 7.77 -
YUV 33.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 73 4 80 0.09 0.95 0 0.69 294.47 0.9 0.16
Hex 49 4 50 9 5F 0 45 126 5A 10
Octal 111 4 120 11 137 0 105 446 132 20
Binary 1001001 100 1010000 1001 1011111 0 1000101 100100110 1011010 10000

Color Harmonies of #490450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490450

Black with #490450

Text Example


Text Example

White with #490450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490450; }

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

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

background-color css

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

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

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

border-color css

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

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

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