Html Css Color HEX #490254 Hot Purple

📋 copy color: '#490254'

red 73 ◦ green 2 ◦ blue 84

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

Shades of Hot Purple #490254

Tints of Hot Purple #490254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 45.91%
G = 1.26%
B = 52.83%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490254 (or 0x490254) is known color: Hot Purple. HEX triplet: 49, 02 and 54. RGB value is (73,2,84). Sum of RGB (Red+Green+Blue) = 73+2+84=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #490254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490254 is #B6FDAB. Grayscale: #202020. Windows color (decimal): -11992492 or 5505609. OLE color: 5505609.

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

Color convert

RGB 73 2 84 -
CMYK 0.13 0.98 0 0.67
HSL 291.95º 0.95% 0.17% -
HSV(B) 291.95º 0.98% 0.33% -
XYZ 4.37 2.1 8.56 -
YUV 32.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 73 2 84 0.13 0.98 0 0.67 291.95 0.95 0.17
Hex 49 2 54 D 62 0 43 124 5F 11
Octal 111 2 124 15 142 0 103 444 137 21
Binary 1001001 10 1010100 1101 1100010 0 1000011 100100100 1011111 10001

Color Harmonies of #490254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490254

Black with #490254

Text Example


Text Example

White with #490254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490254; }

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

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

background-color css

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

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

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

border-color css

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

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

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