Html Css Color HEX #490154 Hot Purple

📋 copy color: '#490154'

red 73 ◦ green 1 ◦ blue 84

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

Shades of Hot Purple #490154

Tints of Hot Purple #490154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 46.2%
G = 0.63%
B = 53.16%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490154 (or 0x490154) is known color: Hot Purple. HEX triplet: 49, 01 and 54. RGB value is (73,1,84). Sum of RGB (Red+Green+Blue) = 73+1+84=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #490154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490154 is #B6FEAB. Grayscale: #1F1F1F. Windows color (decimal): -11992748 or 5505353. OLE color: 5505353.

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

Color convert

RGB 73 1 84 -
CMYK 0.13 0.99 0 0.67
HSL 292.05º 0.98% 0.17% -
HSV(B) 292.05º 0.99% 0.33% -
XYZ 4.36 2.08 8.56 -
YUV 31.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 73 1 84 0.13 0.99 0 0.67 292.05 0.98 0.17
Hex 49 1 54 D 63 0 43 124 62 11
Octal 111 1 124 15 143 0 103 444 142 21
Binary 1001001 1 1010100 1101 1100011 0 1000011 100100100 1100010 10001

Color Harmonies of #490154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490154

Black with #490154

Text Example


Text Example

White with #490154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490154; }

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

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

background-color css

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

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

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

border-color css

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

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

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