Html Css Color HEX #490851 Hot Purple

📋 copy color: '#490851'

red 73 ◦ green 8 ◦ blue 81

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

Shades of Hot Purple #490851

Tints of Hot Purple #490851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 45.06%
G = 4.94%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490851 (or 0x490851) is known color: Hot Purple. HEX triplet: 49, 08 and 51. RGB value is (73,8,81). Sum of RGB (Red+Green+Blue) = 73+8+81=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #490851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490851 is #B6F7AE. Grayscale: #232323. Windows color (decimal): -11990959 or 5310537. OLE color: 5310537.

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

Color convert

RGB 73 8 81 -
CMYK 0.10 0.90 0 0.68
HSL 293.42º 0.82% 0.17% -
HSV(B) 293.42º 0.9% 0.32% -
XYZ 4.32 2.18 7.98 -
YUV 35.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 73 8 81 0.10 0.90 0 0.68 293.42 0.82 0.17
Hex 49 8 51 A 5A 0 44 125 52 11
Octal 111 10 121 12 132 0 104 445 122 21
Binary 1001001 1000 1010001 1010 1011010 0 1000100 100100101 1010010 10001

Color Harmonies of #490851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490851

Black with #490851

Text Example


Text Example

White with #490851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490851; }

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

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

background-color css

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

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

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

border-color css

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

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

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