Html Css Color HEX #441849 Hot Purple

📋 copy color: '#441849'

red 68 ◦ green 24 ◦ blue 73

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

Shades of Hot Purple #441849

Tints of Hot Purple #441849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

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

R = 41.21%
G = 14.55%
B = 44.24%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441849 (or 0x441849) is known color: Hot Purple. HEX triplet: 44, 18 and 49. RGB value is (68,24,73). Sum of RGB (Red+Green+Blue) = 68+24+73=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #441849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441849 is #BBE7B6. Grayscale: #2A2A2A. Windows color (decimal): -12314551 or 4790340. OLE color: 4790340.

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

Color convert

RGB 68 24 73 -
CMYK 0.07 0.67 0 0.71
HSL 293.88º 0.51% 0.19% -
HSV(B) 293.88º 0.67% 0.29% -
XYZ 3.91 2.36 6.55 -
YUV 42.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 68 24 73 0.07 0.67 0 0.71 293.88 0.51 0.19
Hex 44 18 49 7 43 0 47 126 33 13
Octal 104 30 111 7 103 0 107 446 63 23
Binary 1000100 11000 1001001 111 1000011 0 1000111 100100110 110011 10011

Color Harmonies of #441849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441849

Black with #441849

Text Example


Text Example

White with #441849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441849; }

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

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

background-color css

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

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

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

border-color css

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

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

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