Html Css Color HEX #441E49 Hot Purple

📋 copy color: '#441E49'

red 68 ◦ green 30 ◦ blue 73

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

Shades of Hot Purple #441E49

Tints of Hot Purple #441E49

RGB

 RED value IS 68 (26.95% from 255) = 39.77%

 GREEN value IS 30 (12.11% from 255) = 17.54%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 39.77%
G = 17.54%
B = 42.69%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441E49 (or 0x441E49) is known color: Hot Purple. HEX triplet: 44, 1E and 49. RGB value is (68,30,73). Sum of RGB (Red+Green+Blue) = 68+30+73=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #441E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E49 is #BBE1B6. Grayscale: #2E2E2E. Windows color (decimal): -12313015 or 4791876. OLE color: 4791876.

HSL color Cylindrical-coordinate representation of color #441E49: hue angle of 293.02º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441E49 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 30 73 -
CMYK 0.07 0.59 0 0.71
HSL 293.02º 0.42% 0.2% -
HSV(B) 293.02º 0.59% 0.29% -
XYZ 4.05 2.64 6.6 -
YUV 46.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 68 30 73 0.07 0.59 0 0.71 293.02 0.42 0.2
Hex 44 1E 49 7 3B 0 47 125 2A 14
Octal 104 36 111 7 73 0 107 445 52 24
Binary 1000100 11110 1001001 111 111011 0 1000111 100100101 101010 10100

Color Harmonies of #441E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E49

Black with #441E49

Text Example


Text Example

White with #441E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E49; }

 p { color: rgb(68,30,73); }

 H1.HeaderClassName
 {
   color: #441E49;
 }
 .AnyTagClassName
 {
   color: #441E49;
 }
</style>

background-color css

<style>
 a { background-color: #441E49; }

 a { background-color: rgb(68,30,73); }

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

border-color css

<style>
 span { border-color: #441E49; }

 span { border-color: rgb(68,30,73); }

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