Html Css Color HEX #490A54 Hot Purple

📋 copy color: '#490A54'

red 73 ◦ green 10 ◦ blue 84

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

Shades of Hot Purple #490A54

Tints of Hot Purple #490A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.99%

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

R = 43.71%
G = 5.99%
B = 50.3%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#490A54 (or 0x490A54) is known color: Hot Purple. HEX triplet: 49, 0A and 54. RGB value is (73,10,84). Sum of RGB (Red+Green+Blue) = 73+10+84=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #490A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A54 is #B6F5AB. Grayscale: #252525. Windows color (decimal): -11990444 or 5507657. OLE color: 5507657.

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

Color convert

RGB 73 10 84 -
CMYK 0.13 0.88 0 0.67
HSL 291.08º 0.79% 0.18% -
HSV(B) 291.08º 0.88% 0.33% -
XYZ 4.46 2.27 8.59 -
YUV 37.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 73 10 84 0.13 0.88 0 0.67 291.08 0.79 0.18
Hex 49 A 54 D 58 0 43 123 4F 12
Octal 111 12 124 15 130 0 103 443 117 22
Binary 1001001 1010 1010100 1101 1011000 0 1000011 100100011 1001111 10010

Color Harmonies of #490A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A54

Black with #490A54

Text Example


Text Example

White with #490A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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