#412347

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

Shades of Hot Purple #412347

Tints of Hot Purple #412347

Color information

#412347 (or 0x412347) is unknown color: approx Hot Purple. HEX triplet: 41, 23 and 47. RGB value is (65,35,71). Sum of RGB (Red+Green+Blue) = 65+35+71=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #412347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412347 is #BEDCB8. Grayscale: #2F2F2F. Windows color (decimal): -12508345 or 4662081. OLE color: 4662081.

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

Color convert

RGB653571-
CMYK0.080.5100.72
HSL290º33.96%20.78%-
HSV(B)290º50.7%27.84%-
XYZ3.922.786.29-
YUV48.07140.94140.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=38.01%
G=20.47%
B=41.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6535710.080.5100.7229033.9620.78
Hex4123478330481222215
Octal10143107106301104424225
Binary1000001100011100011110001100110100100010010001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412347; }

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

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

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

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

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

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

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

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