Html Css Color HEX #490554 Hot Purple

📋 copy color: '#490554'

red 73 ◦ green 5 ◦ blue 84

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

Shades of Hot Purple #490554

Tints of Hot Purple #490554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 45.06%
G = 3.09%
B = 51.85%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490554 (or 0x490554) is known color: Hot Purple. HEX triplet: 49, 05 and 54. RGB value is (73,5,84). Sum of RGB (Red+Green+Blue) = 73+5+84=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #490554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490554 is #B6FAAB. Grayscale: #222222. Windows color (decimal): -11991724 or 5506377. OLE color: 5506377.

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

Color convert

RGB 73 5 84 -
CMYK 0.13 0.94 0 0.67
HSL 291.65º 0.89% 0.17% -
HSV(B) 291.65º 0.94% 0.33% -
XYZ 4.4 2.17 8.57 -
YUV 34.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 73 5 84 0.13 0.94 0 0.67 291.65 0.89 0.17
Hex 49 5 54 D 5E 0 43 124 59 11
Octal 111 5 124 15 136 0 103 444 131 21
Binary 1001001 101 1010100 1101 1011110 0 1000011 100100100 1011001 10001

Color Harmonies of #490554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490554

Black with #490554

Text Example


Text Example

White with #490554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490554; }

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

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

background-color css

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

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

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

border-color css

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

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

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