Html Css Color HEX #491549 Hot Purple

📋 copy color: '#491549'

red 73 ◦ green 21 ◦ blue 73

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

Shades of Hot Purple #491549

Tints of Hot Purple #491549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 43.71%
G = 12.57%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#491549 (or 0x491549) is known color: Hot Purple. HEX triplet: 49, 15 and 49. RGB value is (73,21,73). Sum of RGB (Red+Green+Blue) = 73+21+73=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491549 is #B6EAB6. Grayscale: #2A2A2A. Windows color (decimal): -11987639 or 4789577. OLE color: 4789577.

HSL color Cylindrical-coordinate representation of color #491549: hue angle of 300º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491549 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 21 73 -
CMYK 0 0.71 0 0.71
HSL 300º 0.55% 0.18% -
HSV(B) 300º 0.71% 0.29% -
XYZ 4.22 2.43 6.55 -
YUV 42.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 73 21 73 0 0.71 0 0.71 300 0.55 0.18
Hex 49 15 49 0 47 0 47 12C 37 12
Octal 111 25 111 0 107 0 107 454 67 22
Binary 1001001 10101 1001001 0 1000111 0 1000111 100101100 110111 10010

Color Harmonies of #491549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491549

Black with #491549

Text Example


Text Example

White with #491549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491549; }

 p { color: rgb(73,21,73); }

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

background-color css

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

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

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

border-color css

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

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

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