Html Css Color HEX #490954 Hot Purple

📋 copy color: '#490954'

red 73 ◦ green 9 ◦ blue 84

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

Shades of Hot Purple #490954

Tints of Hot Purple #490954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.6%

R = 43.98%
G = 5.42%
B = 50.6%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490954 (or 0x490954) is known color: Hot Purple. HEX triplet: 49, 09 and 54. RGB value is (73,9,84). Sum of RGB (Red+Green+Blue) = 73+9+84=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #490954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490954 is #B6F6AB. Grayscale: #242424. Windows color (decimal): -11990700 or 5507401. OLE color: 5507401.

HSL color Cylindrical-coordinate representation of color #490954: hue angle of 291.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490954 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 9 84 -
CMYK 0.13 0.89 0 0.67
HSL 291.2º 0.81% 0.18% -
HSV(B) 291.2º 0.89% 0.33% -
XYZ 4.45 2.25 8.59 -
YUV 36.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 73 9 84 0.13 0.89 0 0.67 291.2 0.81 0.18
Hex 49 9 54 D 59 0 43 123 51 12
Octal 111 11 124 15 131 0 103 443 121 22
Binary 1001001 1001 1010100 1101 1011001 0 1000011 100100011 1010001 10010

Color Harmonies of #490954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490954

Black with #490954

Text Example


Text Example

White with #490954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490954; }

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

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

background-color css

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

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

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

border-color css

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

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

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