Html Css Color HEX #49024E Hot Purple

📋 copy color: '#49024E'

red 73 ◦ green 2 ◦ blue 78

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

Shades of Hot Purple #49024E

Tints of Hot Purple #49024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 47.71%
G = 1.31%
B = 50.98%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49024E (or 0x49024E) is known color: Hot Purple. HEX triplet: 49, 02 and 4E. RGB value is (73,2,78). Sum of RGB (Red+Green+Blue) = 73+2+78=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #49024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49024E is #B6FDB1. Grayscale: #1F1F1F. Windows color (decimal): -11992498 or 5112393. OLE color: 5112393.

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

Color convert

RGB 73 2 78 -
CMYK 0.06 0.97 0 0.69
HSL 296.05º 0.95% 0.16% -
HSV(B) 296.05º 0.97% 0.31% -
XYZ 4.14 2.01 7.38 -
YUV 31.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 73 2 78 0.06 0.97 0 0.69 296.05 0.95 0.16
Hex 49 2 4E 6 61 0 45 128 5F 10
Octal 111 2 116 6 141 0 105 450 137 20
Binary 1001001 10 1001110 110 1100001 0 1000101 100101000 1011111 10000

Color Harmonies of #49024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49024E

Black with #49024E

Text Example


Text Example

White with #49024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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