Shades of Hot Purple #431E49
Tints of Hot Purple #431E49
RGB
CMYK
RGB Variations
Color information
#431E49 (or 0x431E49) is known color: Hot Purple. HEX triplet: 43, 1E and 49. RGB value is (67,30,73). Sum of RGB (Red+Green+Blue) = 67+30+73=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #431E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E49 is #BCE1B6. Grayscale: #2D2D2D. Windows color (decimal): -12378551 or 4791875. OLE color: 4791875.
HSL color Cylindrical-coordinate representation of color #431E49: hue angle of 291.63º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #431E49 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 30 | 73 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.71 |
| HSL | 291.63º | 0.42% | 0.2% | - |
| HSV(B) | 291.63º | 0.59% | 0.29% | - |
| XYZ | 3.98 | 2.6 | 6.6 | - |
| YUV | 45.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 73 | 0.08 | 0.59 | 0 | 0.71 | 291.63 | 0.42 | 0.2 |
| Hex | 43 | 1E | 49 | 8 | 3B | 0 | 47 | 124 | 2A | 14 |
| Octal | 103 | 36 | 111 | 10 | 73 | 0 | 107 | 444 | 52 | 24 |
| Binary | 1000011 | 11110 | 1001001 | 1000 | 111011 | 0 | 1000111 | 100100100 | 101010 | 10100 |
Color Harmonies of #431E49
Complementary color
Monochromatic Colors of #431E49
Black with #431E49
Text Example
Text Example
White with #431E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E49; }
p { color: rgb(67,30,73); }
H1.HeaderClassName
{
color: #431E49;
}
.AnyTagClassName
{
color: #431E49;
}
</style>
background-color css
<style>
a { background-color: #431E49; }
a { background-color: rgb(67,30,73); }
div.DivClassName
{
background-color: #431E49;
}
.BgClassName
{
background-color: #431E49;
}
</style>
border-color css
<style>
span { border-color: #431E49; }
span { border-color: rgb(67,30,73); }
td.TdClassName
{
border-color: #431E49;
}
.TagClassName
{
border-color: #431E49;
}
</style>