Shades of Hot Purple #431B48
Tints of Hot Purple #431B48
RGB
CMYK
RGB Variations
Color information
#431B48 (or 0x431B48) is known color: Hot Purple. HEX triplet: 43, 1B and 48. RGB value is (67,27,72). Sum of RGB (Red+Green+Blue) = 67+27+72=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #431B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B48 is #BCE4B7. Grayscale: #2B2B2B. Windows color (decimal): -12379320 or 4725571. OLE color: 4725571.
HSL color Cylindrical-coordinate representation of color #431B48: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #431B48 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 27 | 72 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.72 |
| HSL | 293.33º | 0.45% | 0.19% | - |
| HSV(B) | 293.33º | 0.63% | 0.28% | - |
| XYZ | 3.88 | 2.45 | 6.4 | - |
| YUV | 44.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 72 | 0.07 | 0.62 | 0 | 0.72 | 293.33 | 0.45 | 0.19 |
| Hex | 43 | 1B | 48 | 7 | 3E | 0 | 48 | 125 | 2D | 13 |
| Octal | 103 | 33 | 110 | 7 | 76 | 0 | 110 | 445 | 55 | 23 |
| Binary | 1000011 | 11011 | 1001000 | 111 | 111110 | 0 | 1001000 | 100100101 | 101101 | 10011 |
Color Harmonies of #431B48
Complementary color
Monochromatic Colors of #431B48
Black with #431B48
Text Example
Text Example
White with #431B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B48; }
p { color: rgb(67,27,72); }
H1.HeaderClassName
{
color: #431B48;
}
.AnyTagClassName
{
color: #431B48;
}
</style>
background-color css
<style>
a { background-color: #431B48; }
a { background-color: rgb(67,27,72); }
div.DivClassName
{
background-color: #431B48;
}
.BgClassName
{
background-color: #431B48;
}
</style>
border-color css
<style>
span { border-color: #431B48; }
span { border-color: rgb(67,27,72); }
td.TdClassName
{
border-color: #431B48;
}
.TagClassName
{
border-color: #431B48;
}
</style>