#412449

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

Shades of Hot Purple #412449

Tints of Hot Purple #412449

Color information

#412449 (or 0x412449) is unknown color: approx Hot Purple. HEX triplet: 41, 24 and 49. RGB value is (65,36,73). Sum of RGB (Red+Green+Blue) = 65+36+73=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #412449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412449 is #BEDBB6. Grayscale: #303030. Windows color (decimal): -12508087 or 4793409. OLE color: 4793409.

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

Color convert

RGB653673-
CMYK0.110.5100.71
HSL287.03º33.94%21.37%-
HSV(B)287.03º50.68%28.63%-
XYZ4.012.876.65-
YUV48.89141.61139.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=37.36%
G=20.69%
B=41.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6536730.110.5100.71287.0333.9421.37
Hex412449B3304711f2215
Octal10144111136301074374225
Binary1000001100100100100110111100110100011110001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412449; }

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

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

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

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

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

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

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

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