#411C4A

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

Shades of Hot Purple #411C4A

Tints of Hot Purple #411C4A

Color information

#411C4A (or 0x411C4A) is unknown color: approx Hot Purple. HEX triplet: 41, 1C and 4A. RGB value is (65,28,74). Sum of RGB (Red+Green+Blue) = 65+28+74=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #411C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C4A is #BEE3B5. Grayscale: #2C2C2C. Windows color (decimal): -12510134 or 4856897. OLE color: 4856897.

HSL color Cylindrical-coordinate representation of color #411C4A: hue angle of 288.26º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #411C4A is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652874-
CMYK0.120.6200.71
HSL288.26º45.1%20%-
HSV(B)288.26º62.16%29.02%-
XYZ3.832.456.75-
YUV44.31144.76142.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=38.92%
G=16.77%
B=44.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6528740.120.6200.71288.2645.120
Hex411C4AC3E0471202d14
Octal10134112147601074405524
Binary100000111100100101011001111100100011110010000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C4A; }

 p { color: rgb(65,28,74); }

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

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

 a { background-color: rgb(65,28,74); }

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

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

 span { border-color: rgb(65,28,74); }

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