#412947

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

Shades of Hot Purple #412947

Tints of Hot Purple #412947

Color information

#412947 (or 0x412947) is unknown color: approx Hot Purple. HEX triplet: 41, 29 and 47. RGB value is (65,41,71). Sum of RGB (Red+Green+Blue) = 65+41+71=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #412947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412947 is #BED6B8. Grayscale: #333333. Windows color (decimal): -12506809 or 4663617. OLE color: 4663617.

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

Color convert

RGB654171-
CMYK0.080.4200.72
HSL288º26.79%21.96%-
HSV(B)288º42.25%27.84%-
XYZ4.113.166.36-
YUV51.6138.95137.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=36.72%
G=23.16%
B=40.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6541710.080.4200.7228826.7921.96
Hex41294782A0481201b16
Octal10151107105201104403326
Binary100000110100110001111000101010010010001001000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412947; }

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

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

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

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

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

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

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

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