Shades of Hot Purple #431C48
Tints of Hot Purple #431C48
RGB
CMYK
RGB Variations
Color information
#431C48 (or 0x431C48) is known color: Hot Purple. HEX triplet: 43, 1C and 48. RGB value is (67,28,72). Sum of RGB (Red+Green+Blue) = 67+28+72=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #431C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C48 is #BCE3B7. Grayscale: #2C2C2C. Windows color (decimal): -12379064 or 4725827. OLE color: 4725827.
HSL color Cylindrical-coordinate representation of color #431C48: hue angle of 293.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431C48 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 28 | 72 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.72 |
| HSL | 293.18º | 0.44% | 0.2% | - |
| HSV(B) | 293.18º | 0.61% | 0.28% | - |
| XYZ | 3.9 | 2.49 | 6.41 | - |
| YUV | 44.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 72 | 0.07 | 0.61 | 0 | 0.72 | 293.18 | 0.44 | 0.2 |
| Hex | 43 | 1C | 48 | 7 | 3D | 0 | 48 | 125 | 2C | 14 |
| Octal | 103 | 34 | 110 | 7 | 75 | 0 | 110 | 445 | 54 | 24 |
| Binary | 1000011 | 11100 | 1001000 | 111 | 111101 | 0 | 1001000 | 100100101 | 101100 | 10100 |
Color Harmonies of #431C48
Complementary color
Monochromatic Colors of #431C48
Black with #431C48
Text Example
Text Example
White with #431C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C48; }
p { color: rgb(67,28,72); }
H1.HeaderClassName
{
color: #431C48;
}
.AnyTagClassName
{
color: #431C48;
}
</style>
background-color css
<style>
a { background-color: #431C48; }
a { background-color: rgb(67,28,72); }
div.DivClassName
{
background-color: #431C48;
}
.BgClassName
{
background-color: #431C48;
}
</style>
border-color css
<style>
span { border-color: #431C48; }
span { border-color: rgb(67,28,72); }
td.TdClassName
{
border-color: #431C48;
}
.TagClassName
{
border-color: #431C48;
}
</style>