Html Css Color HEX #490F56 Hot Purple

📋 copy color: '#490F56'

red 73 ◦ green 15 ◦ blue 86

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

Shades of Hot Purple #490F56

Tints of Hot Purple #490F56

RGB

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

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

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

R = 41.95%
G = 8.62%
B = 49.43%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490F56 (or 0x490F56) is known color: Hot Purple. HEX triplet: 49, 0F and 56. RGB value is (73,15,86). Sum of RGB (Red+Green+Blue) = 73+15+86=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #490F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F56 is #B6F0A9. Grayscale: #282828. Windows color (decimal): -11989162 or 5640009. OLE color: 5640009.

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

Color convert

RGB 73 15 86 -
CMYK 0.15 0.83 0 0.66
HSL 289.01º 0.7% 0.2% -
HSV(B) 289.01º 0.83% 0.34% -
XYZ 4.6 2.43 9.03 -
YUV 40.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 73 15 86 0.15 0.83 0 0.66 289.01 0.7 0.2
Hex 49 F 56 F 53 0 42 121 46 14
Octal 111 17 126 17 123 0 102 441 106 24
Binary 1001001 1111 1010110 1111 1010011 0 1000010 100100001 1000110 10100

Color Harmonies of #490F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F56

Black with #490F56

Text Example


Text Example

White with #490F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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