#412548

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

Shades of Hot Purple #412548

Tints of Hot Purple #412548

Color information

#412548 (or 0x412548) is unknown color: approx Hot Purple. HEX triplet: 41, 25 and 48. RGB value is (65,37,72). Sum of RGB (Red+Green+Blue) = 65+37+72=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #412548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412548 is #BEDAB7. Grayscale: #313131. Windows color (decimal): -12507832 or 4728129. OLE color: 4728129.

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

Color convert

RGB653772-
CMYK0.100.4900.72
HSL288º32.11%21.37%-
HSV(B)288º48.61%28.24%-
XYZ4.012.916.48-
YUV49.36140.78139.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=37.36%
G=21.26%
B=41.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6537720.100.4900.7228832.1121.37
Hex412548A310481202015
Octal10145110126101104404025
Binary1000001100101100100010101100010100100010010000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412548; }

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

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

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

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

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

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

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

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