Html Css Color HEX #490D56 Hot Purple

📋 copy color: '#490D56'

red 73 ◦ green 13 ◦ blue 86

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

Shades of Hot Purple #490D56

Tints of Hot Purple #490D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

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

R = 42.44%
G = 7.56%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490D56 (or 0x490D56) is known color: Hot Purple. HEX triplet: 49, 0D and 56. RGB value is (73,13,86). Sum of RGB (Red+Green+Blue) = 73+13+86=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #490D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D56 is #B6F2A9. Grayscale: #272727. Windows color (decimal): -11989674 or 5639497. OLE color: 5639497.

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

Color convert

RGB 73 13 86 -
CMYK 0.15 0.85 0 0.66
HSL 289.32º 0.74% 0.19% -
HSV(B) 289.32º 0.85% 0.34% -
XYZ 4.57 2.38 9.02 -
YUV 39.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 73 13 86 0.15 0.85 0 0.66 289.32 0.74 0.19
Hex 49 D 56 F 55 0 42 121 4A 13
Octal 111 15 126 17 125 0 102 441 112 23
Binary 1001001 1101 1010110 1111 1010101 0 1000010 100100001 1001010 10011

Color Harmonies of #490D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D56

Black with #490D56

Text Example


Text Example

White with #490D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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