Html Css Color HEX #49274C Hot Purple

📋 copy color: '#49274C'

red 73 ◦ green 39 ◦ blue 76

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

Shades of Hot Purple #49274C

Tints of Hot Purple #49274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 38.83%
G = 20.74%
B = 40.43%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49274C (or 0x49274C) is known color: Hot Purple. HEX triplet: 49, 27 and 4C. RGB value is (73,39,76). Sum of RGB (Red+Green+Blue) = 73+39+76=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #49274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49274C is #B6D8B3. Grayscale: #353535. Windows color (decimal): -11983028 or 4990793. OLE color: 4990793.

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

Color convert

RGB 73 39 76 -
CMYK 0.04 0.49 0 0.70
HSL 295.14º 0.32% 0.23% -
HSV(B) 295.14º 0.49% 0.3% -
XYZ 4.78 3.39 7.24 -
YUV 53.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 73 39 76 0.04 0.49 0 0.70 295.14 0.32 0.23
Hex 49 27 4C 4 31 0 46 127 20 17
Octal 111 47 114 4 61 0 106 447 40 27
Binary 1001001 100111 1001100 100 110001 0 1000110 100100111 100000 10111

Color Harmonies of #49274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49274C

Black with #49274C

Text Example


Text Example

White with #49274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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