Shades of Hot Purple #41174A
Tints of Hot Purple #41174A
RGB
CMYK
RGB Variations
Color information
#41174A (or 0x41174A) is known color: Hot Purple. HEX triplet: 41, 17 and 4A. RGB value is (65,23,74). Sum of RGB (Red+Green+Blue) = 65+23+74=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #41174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41174A is #BEE8B5. Grayscale: #292929. Windows color (decimal): -12511414 or 4855617. OLE color: 4855617.
HSL color Cylindrical-coordinate representation of color #41174A: hue angle of 289.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41174A is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 23 | 74 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.71 |
| HSL | 289.41º | 0.53% | 0.19% | - |
| HSV(B) | 289.41º | 0.69% | 0.29% | - |
| XYZ | 3.72 | 2.23 | 6.71 | - |
| YUV | 41.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 74 | 0.12 | 0.69 | 0 | 0.71 | 289.41 | 0.53 | 0.19 |
| Hex | 41 | 17 | 4A | C | 45 | 0 | 47 | 121 | 35 | 13 |
| Octal | 101 | 27 | 112 | 14 | 105 | 0 | 107 | 441 | 65 | 23 |
| Binary | 1000001 | 10111 | 1001010 | 1100 | 1000101 | 0 | 1000111 | 100100001 | 110101 | 10011 |
Color Harmonies of #41174A
Complementary color
Monochromatic Colors of #41174A
Black with #41174A
Text Example
Text Example
White with #41174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41174A; }
p { color: rgb(65,23,74); }
H1.HeaderClassName
{
color: #41174A;
}
.AnyTagClassName
{
color: #41174A;
}
</style>
background-color css
<style>
a { background-color: #41174A; }
a { background-color: rgb(65,23,74); }
div.DivClassName
{
background-color: #41174A;
}
.BgClassName
{
background-color: #41174A;
}
</style>
border-color css
<style>
span { border-color: #41174A; }
span { border-color: rgb(65,23,74); }
td.TdClassName
{
border-color: #41174A;
}
.TagClassName
{
border-color: #41174A;
}
</style>