Html Css Color HEX #441949 Hot Purple

📋 copy color: '#441949'

red 68 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #441949

Tints of Hot Purple #441949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 40.96%
G = 15.06%
B = 43.98%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441949 (or 0x441949) is known color: Hot Purple. HEX triplet: 44, 19 and 49. RGB value is (68,25,73). Sum of RGB (Red+Green+Blue) = 68+25+73=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #441949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441949 is #BBE6B6. Grayscale: #2B2B2B. Windows color (decimal): -12314295 or 4790596. OLE color: 4790596.

HSL color Cylindrical-coordinate representation of color #441949: hue angle of 293.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441949 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 25 73 -
CMYK 0.07 0.66 0 0.71
HSL 293.75º 0.49% 0.19% -
HSV(B) 293.75º 0.66% 0.29% -
XYZ 3.93 2.41 6.56 -
YUV 43.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 68 25 73 0.07 0.66 0 0.71 293.75 0.49 0.19
Hex 44 19 49 7 42 0 47 126 31 13
Octal 104 31 111 7 102 0 107 446 61 23
Binary 1000100 11001 1001001 111 1000010 0 1000111 100100110 110001 10011

Color Harmonies of #441949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441949

Black with #441949

Text Example


Text Example

White with #441949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441949; }

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

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

background-color css

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

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

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

border-color css

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

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

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