Html Css Color HEX #49214F Hot Purple

📋 copy color: '#49214F'

red 73 ◦ green 33 ◦ blue 79

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

Shades of Hot Purple #49214F

Tints of Hot Purple #49214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 39.46%
G = 17.84%
B = 42.7%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49214F (or 0x49214F) is known color: Hot Purple. HEX triplet: 49, 21 and 4F. RGB value is (73,33,79). Sum of RGB (Red+Green+Blue) = 73+33+79=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #49214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49214F is #B6DEB0. Grayscale: #323232. Windows color (decimal): -11984561 or 5185865. OLE color: 5185865.

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

Color convert

RGB 73 33 79 -
CMYK 0.08 0.58 0 0.69
HSL 292.17º 0.41% 0.22% -
HSV(B) 292.17º 0.58% 0.31% -
XYZ 4.7 3.07 7.74 -
YUV 50.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 73 33 79 0.08 0.58 0 0.69 292.17 0.41 0.22
Hex 49 21 4F 8 3A 0 45 124 29 16
Octal 111 41 117 10 72 0 105 444 51 26
Binary 1001001 100001 1001111 1000 111010 0 1000101 100100100 101001 10110

Color Harmonies of #49214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49214F

Black with #49214F

Text Example


Text Example

White with #49214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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