#412349

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

Shades of Hot Purple #412349

Tints of Hot Purple #412349

Color information

#412349 (or 0x412349) is unknown color: approx Hot Purple. HEX triplet: 41, 23 and 49. RGB value is (65,35,73). Sum of RGB (Red+Green+Blue) = 65+35+73=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #412349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412349 is #BEDCB6. Grayscale: #303030. Windows color (decimal): -12508343 or 4793153. OLE color: 4793153.

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

Color convert

RGB653573-
CMYK0.110.5200.71
HSL287.37º35.19%21.18%-
HSV(B)287.37º52.05%28.63%-
XYZ3.982.816.64-
YUV48.3141.94139.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=37.57%
G=20.23%
B=42.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6535730.110.5200.71287.3735.1921.18
Hex412349B3404711f2315
Octal10143111136401074374325
Binary1000001100011100100110111101000100011110001111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412349; }

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

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

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

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

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

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

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

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