Html Css Color HEX #49084F Hot Purple

📋 copy color: '#49084F'

red 73 ◦ green 8 ◦ blue 79

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

Shades of Hot Purple #49084F

Tints of Hot Purple #49084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 45.63%
G = 5%
B = 49.38%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49084F (or 0x49084F) is known color: Hot Purple. HEX triplet: 49, 08 and 4F. RGB value is (73,8,79). Sum of RGB (Red+Green+Blue) = 73+8+79=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #49084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49084F is #B6F7B0. Grayscale: #232323. Windows color (decimal): -11990961 or 5179465. OLE color: 5179465.

HSL color Cylindrical-coordinate representation of color #49084F: hue angle of 294.93º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49084F is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 8 79 -
CMYK 0.08 0.90 0 0.69
HSL 294.93º 0.82% 0.17% -
HSV(B) 294.93º 0.9% 0.31% -
XYZ 4.25 2.15 7.59 -
YUV 35.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 73 8 79 0.08 0.90 0 0.69 294.93 0.82 0.17
Hex 49 8 4F 8 5A 0 45 127 52 11
Octal 111 10 117 10 132 0 105 447 122 21
Binary 1001001 1000 1001111 1000 1011010 0 1000101 100100111 1010010 10001

Color Harmonies of #49084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49084F

Black with #49084F

Text Example


Text Example

White with #49084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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