Shades of Hot Purple #431D4B
Tints of Hot Purple #431D4B
RGB
CMYK
RGB Variations
Color information
#431D4B (or 0x431D4B) is known color: Hot Purple. HEX triplet: 43, 1D and 4B. RGB value is (67,29,75). Sum of RGB (Red+Green+Blue) = 67+29+75=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #431D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D4B is #BCE2B4. Grayscale: #2D2D2D. Windows color (decimal): -12378805 or 4922691. OLE color: 4922691.
HSL color Cylindrical-coordinate representation of color #431D4B: hue angle of 289.57º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431D4B is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 29 | 75 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.71 |
| HSL | 289.57º | 0.44% | 0.2% | - |
| HSV(B) | 289.57º | 0.61% | 0.29% | - |
| XYZ | 4.02 | 2.58 | 6.94 | - |
| YUV | 45.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 75 | 0.11 | 0.61 | 0 | 0.71 | 289.57 | 0.44 | 0.2 |
| Hex | 43 | 1D | 4B | B | 3D | 0 | 47 | 122 | 2C | 14 |
| Octal | 103 | 35 | 113 | 13 | 75 | 0 | 107 | 442 | 54 | 24 |
| Binary | 1000011 | 11101 | 1001011 | 1011 | 111101 | 0 | 1000111 | 100100010 | 101100 | 10100 |
Color Harmonies of #431D4B
Complementary color
Monochromatic Colors of #431D4B
Black with #431D4B
Text Example
Text Example
White with #431D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D4B; }
p { color: rgb(67,29,75); }
H1.HeaderClassName
{
color: #431D4B;
}
.AnyTagClassName
{
color: #431D4B;
}
</style>
background-color css
<style>
a { background-color: #431D4B; }
a { background-color: rgb(67,29,75); }
div.DivClassName
{
background-color: #431D4B;
}
.BgClassName
{
background-color: #431D4B;
}
</style>
border-color css
<style>
span { border-color: #431D4B; }
span { border-color: rgb(67,29,75); }
td.TdClassName
{
border-color: #431D4B;
}
.TagClassName
{
border-color: #431D4B;
}
</style>