Html Css Color HEX #49004E Hot Purple

📋 copy color: '#49004E'

red 73 ◦ green 0 ◦ blue 78

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

Shades of Hot Purple #49004E

Tints of Hot Purple #49004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49004E (or 0x49004E) is known color: Hot Purple. HEX triplet: 49, 00 and 4E. RGB value is (73,0,78). Sum of RGB (Red+Green+Blue) = 73+0+78=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #49004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49004E is #B6FFB1. Grayscale: #1E1E1E. Windows color (decimal): -11993010 or 5111881. OLE color: 5111881.

HSL color Cylindrical-coordinate representation of color #49004E: hue angle of 296.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 0 78 -
CMYK 0.06 1 0 0.69
HSL 296.15º 1% 0.15% -
HSV(B) 296.15º 1% 0.31% -
XYZ 4.12 1.97 7.37 -
YUV 30.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 73 0 78 0.06 1 0 0.69 296.15 1 0.15
Hex 49 0 4E 6 64 0 45 128 64 F
Octal 111 0 116 6 144 0 105 450 144 17
Binary 1001001 0 1001110 110 1100100 0 1000101 100101000 1100100 1111

Color Harmonies of #49004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49004E

Black with #49004E

Text Example


Text Example

White with #49004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49004E; }

 p { color: rgb(73,0,78); }

 H1.HeaderClassName
 {
   color: #49004E;
 }
 .AnyTagClassName
 {
   color: #49004E;
 }
</style>

background-color css

<style>
 a { background-color: #49004E; }

 a { background-color: rgb(73,0,78); }

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

border-color css

<style>
 span { border-color: #49004E; }

 span { border-color: rgb(73,0,78); }

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