Shades of Hot Purple #431D48
Tints of Hot Purple #431D48
RGB
CMYK
RGB Variations
Color information
#431D48 (or 0x431D48) is known color: Hot Purple. HEX triplet: 43, 1D and 48. RGB value is (67,29,72). Sum of RGB (Red+Green+Blue) = 67+29+72=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #431D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D48 is #BCE2B7. Grayscale: #2D2D2D. Windows color (decimal): -12378808 or 4726083. OLE color: 4726083.
HSL color Cylindrical-coordinate representation of color #431D48: hue angle of 293.02º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431D48 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 29 | 72 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.72 |
| HSL | 293.02º | 0.43% | 0.2% | - |
| HSV(B) | 293.02º | 0.6% | 0.28% | - |
| XYZ | 3.92 | 2.54 | 6.41 | - |
| YUV | 45.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 72 | 0.07 | 0.60 | 0 | 0.72 | 293.02 | 0.43 | 0.2 |
| Hex | 43 | 1D | 48 | 7 | 3C | 0 | 48 | 125 | 2B | 14 |
| Octal | 103 | 35 | 110 | 7 | 74 | 0 | 110 | 445 | 53 | 24 |
| Binary | 1000011 | 11101 | 1001000 | 111 | 111100 | 0 | 1001000 | 100100101 | 101011 | 10100 |
Color Harmonies of #431D48
Complementary color
Monochromatic Colors of #431D48
Black with #431D48
Text Example
Text Example
White with #431D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D48; }
p { color: rgb(67,29,72); }
H1.HeaderClassName
{
color: #431D48;
}
.AnyTagClassName
{
color: #431D48;
}
</style>
background-color css
<style>
a { background-color: #431D48; }
a { background-color: rgb(67,29,72); }
div.DivClassName
{
background-color: #431D48;
}
.BgClassName
{
background-color: #431D48;
}
</style>
border-color css
<style>
span { border-color: #431D48; }
span { border-color: rgb(67,29,72); }
td.TdClassName
{
border-color: #431D48;
}
.TagClassName
{
border-color: #431D48;
}
</style>