Html Css Color HEX #490051 Hot Purple

📋 copy color: '#490051'

red 73 ◦ green 0 ◦ blue 81

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

Shades of Hot Purple #490051

Tints of Hot Purple #490051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.4%
G = 0%
B = 52.6%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490051 (or 0x490051) is known color: Hot Purple. HEX triplet: 49, 00 and 51. RGB value is (73,0,81). Sum of RGB (Red+Green+Blue) = 73+0+81=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #490051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490051 is #B6FFAE. Grayscale: #1E1E1E. Windows color (decimal): -11993007 or 5308489. OLE color: 5308489.

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

Color convert

RGB 73 0 81 -
CMYK 0.10 1 0 0.68
HSL 294.07º 1% 0.16% -
HSV(B) 294.07º 1% 0.32% -
XYZ 4.23 2.01 7.95 -
YUV 31.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 73 0 81 0.10 1 0 0.68 294.07 1 0.16
Hex 49 0 51 A 64 0 44 126 64 10
Octal 111 0 121 12 144 0 104 446 144 20
Binary 1001001 0 1010001 1010 1100100 0 1000100 100100110 1100100 10000

Color Harmonies of #490051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490051

Black with #490051

Text Example


Text Example

White with #490051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490051; }

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

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

background-color css

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

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

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

border-color css

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

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

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