#412348

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

Shades of Hot Purple #412348

Tints of Hot Purple #412348

Color information

#412348 (or 0x412348) is unknown color: approx Hot Purple. HEX triplet: 41, 23 and 48. RGB value is (65,35,72). Sum of RGB (Red+Green+Blue) = 65+35+72=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #412348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412348 is #BEDCB7. Grayscale: #303030. Windows color (decimal): -12508344 or 4727617. OLE color: 4727617.

HSL color Cylindrical-coordinate representation of color #412348: hue angle of 288.65º degrees, saturation: 0.35, 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 #412348 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB653572-
CMYK0.100.5100.72
HSL288.65º34.58%20.98%-
HSV(B)288.65º51.39%28.24%-
XYZ3.952.796.46-
YUV48.19141.44139.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=37.79%
G=20.35%
B=41.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6535720.100.5100.72288.6534.5820.98
Hex412348A330481212315
Octal10143110126301104414325
Binary1000001100011100100010101100110100100010010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412348; }

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

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

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

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

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

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

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

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