Shades of Hot Purple #431B4D
Tints of Hot Purple #431B4D
RGB
CMYK
RGB Variations
Color information
#431B4D (or 0x431B4D) is known color: Hot Purple. HEX triplet: 43, 1B and 4D. RGB value is (67,27,77). Sum of RGB (Red+Green+Blue) = 67+27+77=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #431B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B4D is #BCE4B2. Grayscale: #2C2C2C. Windows color (decimal): -12379315 or 5053251. OLE color: 5053251.
HSL color Cylindrical-coordinate representation of color #431B4D: hue angle of 288º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431B4D is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 27 | 77 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.70 |
| HSL | 288º | 0.48% | 0.2% | - |
| HSV(B) | 288º | 0.65% | 0.3% | - |
| XYZ | 4.05 | 2.51 | 7.29 | - |
| YUV | 44.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 77 | 0.13 | 0.65 | 0 | 0.70 | 288 | 0.48 | 0.2 |
| Hex | 43 | 1B | 4D | D | 41 | 0 | 46 | 120 | 30 | 14 |
| Octal | 103 | 33 | 115 | 15 | 101 | 0 | 106 | 440 | 60 | 24 |
| Binary | 1000011 | 11011 | 1001101 | 1101 | 1000001 | 0 | 1000110 | 100100000 | 110000 | 10100 |
Color Harmonies of #431B4D
Complementary color
Monochromatic Colors of #431B4D
Black with #431B4D
Text Example
Text Example
White with #431B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B4D; }
p { color: rgb(67,27,77); }
H1.HeaderClassName
{
color: #431B4D;
}
.AnyTagClassName
{
color: #431B4D;
}
</style>
background-color css
<style>
a { background-color: #431B4D; }
a { background-color: rgb(67,27,77); }
div.DivClassName
{
background-color: #431B4D;
}
.BgClassName
{
background-color: #431B4D;
}
</style>
border-color css
<style>
span { border-color: #431B4D; }
span { border-color: rgb(67,27,77); }
td.TdClassName
{
border-color: #431B4D;
}
.TagClassName
{
border-color: #431B4D;
}
</style>