#411849

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

Shades of Hot Purple #411849

Tints of Hot Purple #411849

Color information

#411849 (or 0x411849) is unknown color: approx Hot Purple. HEX triplet: 41, 18 and 49. RGB value is (65,24,73). Sum of RGB (Red+Green+Blue) = 65+24+73=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #411849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411849 is #BEE7B6. Grayscale: #292929. Windows color (decimal): -12511159 or 4790337. OLE color: 4790337.

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

Color convert

RGB652473-
CMYK0.110.6700.71
HSL290.2º50.52%19.02%-
HSV(B)290.2º67.12%28.63%-
XYZ3.712.266.54-
YUV41.84145.58144.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=40.12%
G=14.81%
B=45.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6524730.110.6700.71290.250.5219.02
Hex411849B430471223313
Octal101301111310301074426323
Binary1000001110001001001101110000110100011110010001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411849; }

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

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

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

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

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

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

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

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