#412748

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

Shades of Hot Purple #412748

Tints of Hot Purple #412748

Color information

#412748 (or 0x412748) is unknown color: approx Hot Purple. HEX triplet: 41, 27 and 48. RGB value is (65,39,72). Sum of RGB (Red+Green+Blue) = 65+39+72=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #412748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412748 is #BED8B7. Grayscale: #323232. Windows color (decimal): -12507320 or 4728641. OLE color: 4728641.

HSL color Cylindrical-coordinate representation of color #412748: hue angle of 287.27º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412748 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB653972-
CMYK0.100.4600.72
HSL287.27º29.73%21.76%-
HSV(B)287.27º45.83%28.24%-
XYZ4.083.046.5-
YUV50.54140.11138.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=36.93%
G=22.16%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6539720.100.4600.72287.2729.7321.76
Hex412748A2E04811f1e16
Octal10147110125601104373626
Binary100000110011110010001010101110010010001000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412748; }

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

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

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

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

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

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

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

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