Html Css Color HEX #49284F Hot Purple

📋 copy color: '#49284F'

red 73 ◦ green 40 ◦ blue 79

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

Shades of Hot Purple #49284F

Tints of Hot Purple #49284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 38.02%
G = 20.83%
B = 41.15%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49284F (or 0x49284F) is known color: Hot Purple. HEX triplet: 49, 28 and 4F. RGB value is (73,40,79). Sum of RGB (Red+Green+Blue) = 73+40+79=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #49284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49284F is #B6D7B0. Grayscale: #363636. Windows color (decimal): -11982769 or 5187657. OLE color: 5187657.

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

Color convert

RGB 73 40 79 -
CMYK 0.08 0.49 0 0.69
HSL 290.77º 0.33% 0.23% -
HSV(B) 290.77º 0.49% 0.31% -
XYZ 4.92 3.5 7.81 -
YUV 54.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 73 40 79 0.08 0.49 0 0.69 290.77 0.33 0.23
Hex 49 28 4F 8 31 0 45 123 21 17
Octal 111 50 117 10 61 0 105 443 41 27
Binary 1001001 101000 1001111 1000 110001 0 1000101 100100011 100001 10111

Color Harmonies of #49284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49284F

Black with #49284F

Text Example


Text Example

White with #49284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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