#411949

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

Shades of Hot Purple #411949

Tints of Hot Purple #411949

Color information

#411949 (or 0x411949) is unknown color: approx Hot Purple. HEX triplet: 41, 19 and 49. RGB value is (65,25,73). Sum of RGB (Red+Green+Blue) = 65+25+73=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #411949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411949 is #BEE6B6. Grayscale: #2A2A2A. Windows color (decimal): -12510903 or 4790593. OLE color: 4790593.

HSL color Cylindrical-coordinate representation of color #411949: hue angle of 290º 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 #411949 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652573-
CMYK0.110.6600.71
HSL290º48.98%19.22%-
HSV(B)290º65.75%28.63%-
XYZ3.732.36.55-
YUV42.43145.25144.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 73 (28.91% from 255) = 44.79%
R=39.88%
G=15.34%
B=44.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6525730.110.6600.7129048.9819.22
Hex411949B420471223113
Octal101311111310201074426123
Binary1000001110011001001101110000100100011110010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411949; }

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

 H1.HeaderClassName
 {
   color: #411949;
 }
 .AnyTagClassName
 {
   color: #411949;
 }
</style>
background-color css

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

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

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

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

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

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