Html Css Color HEX #490E56 Hot Purple

📋 copy color: '#490E56'

red 73 ◦ green 14 ◦ blue 86

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

Shades of Hot Purple #490E56

Tints of Hot Purple #490E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 42.2%
G = 8.09%
B = 49.71%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490E56 (or 0x490E56) is known color: Hot Purple. HEX triplet: 49, 0E and 56. RGB value is (73,14,86). Sum of RGB (Red+Green+Blue) = 73+14+86=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #490E56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E56 is #B6F1A9. Grayscale: #272727. Windows color (decimal): -11989418 or 5639753. OLE color: 5639753.

HSL color Cylindrical-coordinate representation of color #490E56: hue angle of 289.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490E56 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 14 86 -
CMYK 0.15 0.84 0 0.66
HSL 289.17º 0.72% 0.2% -
HSV(B) 289.17º 0.84% 0.34% -
XYZ 4.58 2.4 9.03 -
YUV 39.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 73 14 86 0.15 0.84 0 0.66 289.17 0.72 0.2
Hex 49 E 56 F 54 0 42 121 48 14
Octal 111 16 126 17 124 0 102 441 110 24
Binary 1001001 1110 1010110 1111 1010100 0 1000010 100100001 1001000 10100

Color Harmonies of #490E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E56

Black with #490E56

Text Example


Text Example

White with #490E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490E56; }

 p { color: rgb(73,14,86); }

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

background-color css

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

 a { background-color: rgb(73,14,86); }

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

border-color css

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

 span { border-color: rgb(73,14,86); }

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