Html Css Color HEX #490751 Hot Purple

📋 copy color: '#490751'

red 73 ◦ green 7 ◦ blue 81

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

Shades of Hot Purple #490751

Tints of Hot Purple #490751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 45.34%
G = 4.35%
B = 50.31%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490751 (or 0x490751) is known color: Hot Purple. HEX triplet: 49, 07 and 51. RGB value is (73,7,81). Sum of RGB (Red+Green+Blue) = 73+7+81=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #490751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490751 is #B6F8AE. Grayscale: #222222. Windows color (decimal): -11991215 or 5310281. OLE color: 5310281.

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

Color convert

RGB 73 7 81 -
CMYK 0.10 0.91 0 0.68
HSL 293.51º 0.84% 0.17% -
HSV(B) 293.51º 0.91% 0.32% -
XYZ 4.31 2.16 7.97 -
YUV 35.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 73 7 81 0.10 0.91 0 0.68 293.51 0.84 0.17
Hex 49 7 51 A 5B 0 44 126 54 11
Octal 111 7 121 12 133 0 104 446 124 21
Binary 1001001 111 1010001 1010 1011011 0 1000100 100100110 1010100 10001

Color Harmonies of #490751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490751

Black with #490751

Text Example


Text Example

White with #490751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490751; }

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

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

background-color css

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

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

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

border-color css

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

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

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