Html Css Color HEX #49174F Hot Purple

📋 copy color: '#49174F'

red 73 ◦ green 23 ◦ blue 79

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

Shades of Hot Purple #49174F

Tints of Hot Purple #49174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 41.71%
G = 13.14%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49174F (or 0x49174F) is known color: Hot Purple. HEX triplet: 49, 17 and 4F. RGB value is (73,23,79). Sum of RGB (Red+Green+Blue) = 73+23+79=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #49174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49174F is #B6E8B0. Grayscale: #2C2C2C. Windows color (decimal): -11987121 or 5183305. OLE color: 5183305.

HSL color Cylindrical-coordinate representation of color #49174F: hue angle of 293.57º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49174F is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 23 79 -
CMYK 0.08 0.71 0 0.69
HSL 293.57º 0.55% 0.2% -
HSV(B) 293.57º 0.71% 0.31% -
XYZ 4.47 2.59 7.66 -
YUV 44.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 73 23 79 0.08 0.71 0 0.69 293.57 0.55 0.2
Hex 49 17 4F 8 47 0 45 126 37 14
Octal 111 27 117 10 107 0 105 446 67 24
Binary 1001001 10111 1001111 1000 1000111 0 1000101 100100110 110111 10100

Color Harmonies of #49174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49174F

Black with #49174F

Text Example


Text Example

White with #49174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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