Html Css Color HEX #49214C Hot Purple

📋 copy color: '#49214C'

red 73 ◦ green 33 ◦ blue 76

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

Shades of Hot Purple #49214C

Tints of Hot Purple #49214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 40.11%
G = 18.13%
B = 41.76%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49214C (or 0x49214C) is known color: Hot Purple. HEX triplet: 49, 21 and 4C. RGB value is (73,33,76). Sum of RGB (Red+Green+Blue) = 73+33+76=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #49214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49214C is #B6DEB3. Grayscale: #313131. Windows color (decimal): -11984564 or 4989257. OLE color: 4989257.

HSL color Cylindrical-coordinate representation of color #49214C: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49214C is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 33 76 -
CMYK 0.04 0.57 0 0.70
HSL 295.81º 0.39% 0.21% -
HSV(B) 295.81º 0.57% 0.3% -
XYZ 4.6 3.03 7.18 -
YUV 49.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 73 33 76 0.04 0.57 0 0.70 295.81 0.39 0.21
Hex 49 21 4C 4 39 0 46 128 27 15
Octal 111 41 114 4 71 0 106 450 47 25
Binary 1001001 100001 1001100 100 111001 0 1000110 100101000 100111 10101

Color Harmonies of #49214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49214C

Black with #49214C

Text Example


Text Example

White with #49214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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