Html Css Color HEX #490F4E Hot Purple

📋 copy color: '#490F4E'

red 73 ◦ green 15 ◦ blue 78

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

Shades of Hot Purple #490F4E

Tints of Hot Purple #490F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

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

R = 43.98%
G = 9.04%
B = 46.99%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490F4E (or 0x490F4E) is known color: Hot Purple. HEX triplet: 49, 0F and 4E. RGB value is (73,15,78). Sum of RGB (Red+Green+Blue) = 73+15+78=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #490F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F4E is #B6F0B1. Grayscale: #272727. Windows color (decimal): -11989170 or 5115721. OLE color: 5115721.

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

Color convert

RGB 73 15 78 -
CMYK 0.06 0.81 0 0.69
HSL 295.24º 0.68% 0.18% -
HSV(B) 295.24º 0.81% 0.31% -
XYZ 4.29 2.31 7.43 -
YUV 39.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 73 15 78 0.06 0.81 0 0.69 295.24 0.68 0.18
Hex 49 F 4E 6 51 0 45 127 44 12
Octal 111 17 116 6 121 0 105 447 104 22
Binary 1001001 1111 1001110 110 1010001 0 1000101 100100111 1000100 10010

Color Harmonies of #490F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F4E

Black with #490F4E

Text Example


Text Example

White with #490F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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