Html Css Color HEX #490C56 Hot Purple

📋 copy color: '#490C56'

red 73 ◦ green 12 ◦ blue 86

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

Shades of Hot Purple #490C56

Tints of Hot Purple #490C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 42.69%
G = 7.02%
B = 50.29%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#490C56 (or 0x490C56) is known color: Hot Purple. HEX triplet: 49, 0C and 56. RGB value is (73,12,86). Sum of RGB (Red+Green+Blue) = 73+12+86=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #490C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C56 is #B6F3A9. Grayscale: #262626. Windows color (decimal): -11989930 or 5639241. OLE color: 5639241.

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

Color convert

RGB 73 12 86 -
CMYK 0.15 0.86 0 0.66
HSL 289.46º 0.76% 0.19% -
HSV(B) 289.46º 0.86% 0.34% -
XYZ 4.56 2.35 9.02 -
YUV 38.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 73 12 86 0.15 0.86 0 0.66 289.46 0.76 0.19
Hex 49 C 56 F 56 0 42 121 4C 13
Octal 111 14 126 17 126 0 102 441 114 23
Binary 1001001 1100 1010110 1111 1010110 0 1000010 100100001 1001100 10011

Color Harmonies of #490C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C56

Black with #490C56

Text Example


Text Example

White with #490C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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