Html Css Color HEX #49304F Hot Purple

📋 copy color: '#49304F'

red 73 ◦ green 48 ◦ blue 79

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

Shades of Hot Purple #49304F

Tints of Hot Purple #49304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 36.5%
G = 24%
B = 39.5%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49304F (or 0x49304F) is known color: Hot Purple. HEX triplet: 49, 30 and 4F. RGB value is (73,48,79). Sum of RGB (Red+Green+Blue) = 73+48+79=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #49304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49304F is #B6CFB0. Grayscale: #3A3A3A. Windows color (decimal): -11980721 or 5189705. OLE color: 5189705.

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

Color convert

RGB 73 48 79 -
CMYK 0.08 0.39 0 0.69
HSL 288.39º 0.24% 0.25% -
HSV(B) 288.39º 0.39% 0.31% -
XYZ 5.22 4.09 7.91 -
YUV 59.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 73 48 79 0.08 0.39 0 0.69 288.39 0.24 0.25
Hex 49 30 4F 8 27 0 45 120 18 19
Octal 111 60 117 10 47 0 105 440 30 31
Binary 1001001 110000 1001111 1000 100111 0 1000101 100100000 11000 11001

Color Harmonies of #49304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49304F

Black with #49304F

Text Example


Text Example

White with #49304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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