Html Css Color HEX #490C4F Hot Purple

📋 copy color: '#490C4F'

red 73 ◦ green 12 ◦ blue 79

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

Shades of Hot Purple #490C4F

Tints of Hot Purple #490C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 44.51%
G = 7.32%
B = 48.17%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#490C4F (or 0x490C4F) is known color: Hot Purple. HEX triplet: 49, 0C and 4F. RGB value is (73,12,79). Sum of RGB (Red+Green+Blue) = 73+12+79=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #490C4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C4F is #B6F3B0. Grayscale: #252525. Windows color (decimal): -11989937 or 5180489. OLE color: 5180489.

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

Color convert

RGB 73 12 79 -
CMYK 0.08 0.85 0 0.69
HSL 294.63º 0.74% 0.18% -
HSV(B) 294.63º 0.85% 0.31% -
XYZ 4.29 2.24 7.6 -
YUV 37.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 73 12 79 0.08 0.85 0 0.69 294.63 0.74 0.18
Hex 49 C 4F 8 55 0 45 127 4A 12
Octal 111 14 117 10 125 0 105 447 112 22
Binary 1001001 1100 1001111 1000 1010101 0 1000101 100100111 1001010 10010

Color Harmonies of #490C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C4F

Black with #490C4F

Text Example


Text Example

White with #490C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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