#412B46

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

Shades of Hot Purple #412B46

Tints of Hot Purple #412B46

Color information

#412B46 (or 0x412B46) is unknown color: approx Hot Purple. HEX triplet: 41, 2B and 46. RGB value is (65,43,70). Sum of RGB (Red+Green+Blue) = 65+43+70=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #412B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B46 is #BED4B9. Grayscale: #343434. Windows color (decimal): -12506298 or 4598593. OLE color: 4598593.

HSL color Cylindrical-coordinate representation of color #412B46: hue angle of 288.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #412B46 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB654370-
CMYK0.070.3900.73
HSL288.89º23.89%22.16%-
HSV(B)288.89º38.57%27.45%-
XYZ4.153.296.21-
YUV52.66137.79136.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=36.52%
G=24.16%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6543700.070.3900.73288.8923.8922.16
Hex412B467270491211816
Octal1015310674701114413026
Binary10000011010111000110111100111010010011001000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B46; }

 p { color: rgb(65,43,70); }

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

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

 a { background-color: rgb(65,43,70); }

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

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

 span { border-color: rgb(65,43,70); }

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