#441949

Color #441949 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #441949

Tints of Hot Purple #441949

Color information

#441949 (or 0x441949) is unknown color: approx 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

RGB682573-
CMYK0.070.6600.71
HSL293.75º48.98%19.22%-
HSV(B)293.75º65.75%28.63%-
XYZ3.932.416.56-
YUV43.33144.75145.6-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6825730.070.6600.71293.7548.9819.22
Hex4419497420471263113
Octal10431111710201074466123
Binary100010011001100100111110000100100011110010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>