Html Css Color HEX #490551 Hot Purple

📋 copy color: '#490551'

red 73 ◦ green 5 ◦ blue 81

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

Shades of Hot Purple #490551

Tints of Hot Purple #490551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 45.91%
G = 3.14%
B = 50.94%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#490551 (or 0x490551) is known color: Hot Purple. HEX triplet: 49, 05 and 51. RGB value is (73,5,81). Sum of RGB (Red+Green+Blue) = 73+5+81=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #490551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490551 is #B6FAAE. Grayscale: #212121. Windows color (decimal): -11991727 or 5309769. OLE color: 5309769.

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

Color convert

RGB 73 5 81 -
CMYK 0.10 0.94 0 0.68
HSL 293.68º 0.88% 0.17% -
HSV(B) 293.68º 0.94% 0.32% -
XYZ 4.29 2.12 7.97 -
YUV 34 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 73 5 81 0.10 0.94 0 0.68 293.68 0.88 0.17
Hex 49 5 51 A 5E 0 44 126 58 11
Octal 111 5 121 12 136 0 104 446 130 21
Binary 1001001 101 1010001 1010 1011110 0 1000100 100100110 1011000 10001

Color Harmonies of #490551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490551

Black with #490551

Text Example


Text Example

White with #490551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490551; }

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

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

background-color css

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

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

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

border-color css

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

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

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