#41184A

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

Shades of Hot Purple #41184A

Tints of Hot Purple #41184A

Color information

#41184A (or 0x41184A) is unknown color: approx Hot Purple. HEX triplet: 41, 18 and 4A. RGB value is (65,24,74). Sum of RGB (Red+Green+Blue) = 65+24+74=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #41184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41184A is #BEE7B5. Grayscale: #292929. Windows color (decimal): -12511158 or 4855873. OLE color: 4855873.

HSL color Cylindrical-coordinate representation of color #41184A: hue angle of 289.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41184A is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB652474-
CMYK0.120.6800.71
HSL289.2º51.02%19.22%-
HSV(B)289.2º67.57%29.02%-
XYZ3.742.276.72-
YUV41.96146.08144.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=39.88%
G=14.72%
B=45.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6524740.120.6800.71289.251.0219.22
Hex41184AC440471213313
Octal101301121410401074416323
Binary1000001110001001010110010001000100011110010000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41184A; }

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

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

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

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

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

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

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

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