Html Css Color HEX #490451 Hot Purple

📋 copy color: '#490451'

red 73 ◦ green 4 ◦ blue 81

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

Shades of Hot Purple #490451

Tints of Hot Purple #490451

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 46.2%
G = 2.53%
B = 51.27%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490451 (or 0x490451) is known color: Hot Purple. HEX triplet: 49, 04 and 51. RGB value is (73,4,81). Sum of RGB (Red+Green+Blue) = 73+4+81=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #490451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490451 is #B6FBAE. Grayscale: #212121. Windows color (decimal): -11991983 or 5309513. OLE color: 5309513.

HSL color Cylindrical-coordinate representation of color #490451: hue angle of 293.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490451 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 4 81 -
CMYK 0.10 0.95 0 0.68
HSL 293.77º 0.91% 0.17% -
HSV(B) 293.77º 0.95% 0.32% -
XYZ 4.28 2.1 7.96 -
YUV 33.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 73 4 81 0.10 0.95 0 0.68 293.77 0.91 0.17
Hex 49 4 51 A 5F 0 44 126 5B 11
Octal 111 4 121 12 137 0 104 446 133 21
Binary 1001001 100 1010001 1010 1011111 0 1000100 100100110 1011011 10001

Color Harmonies of #490451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490451

Black with #490451

Text Example


Text Example

White with #490451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490451; }

 p { color: rgb(73,4,81); }

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

background-color css

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

 a { background-color: rgb(73,4,81); }

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

border-color css

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

 span { border-color: rgb(73,4,81); }

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