Html Css Color HEX #490E4E Hot Purple

📋 copy color: '#490E4E'

red 73 ◦ green 14 ◦ blue 78

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

Shades of Hot Purple #490E4E

Tints of Hot Purple #490E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 47.27%

R = 44.24%
G = 8.48%
B = 47.27%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490E4E (or 0x490E4E) is known color: Hot Purple. HEX triplet: 49, 0E and 4E. RGB value is (73,14,78). Sum of RGB (Red+Green+Blue) = 73+14+78=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #490E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E4E is #B6F1B1. Grayscale: #262626. Windows color (decimal): -11989426 or 5115465. OLE color: 5115465.

HSL color Cylindrical-coordinate representation of color #490E4E: hue angle of 295.31º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490E4E is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 14 78 -
CMYK 0.06 0.82 0 0.69
HSL 295.31º 0.7% 0.18% -
HSV(B) 295.31º 0.82% 0.31% -
XYZ 4.28 2.28 7.42 -
YUV 38.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 73 14 78 0.06 0.82 0 0.69 295.31 0.7 0.18
Hex 49 E 4E 6 52 0 45 127 46 12
Octal 111 16 116 6 122 0 105 447 106 22
Binary 1001001 1110 1001110 110 1010010 0 1000101 100100111 1000110 10010

Color Harmonies of #490E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E4E

Black with #490E4E

Text Example


Text Example

White with #490E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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