Shades of Hot Purple #432248
Tints of Hot Purple #432248
RGB
CMYK
RGB Variations
Color information
#432248 (or 0x432248) is known color: Hot Purple. HEX triplet: 43, 22 and 48. RGB value is (67,34,72). Sum of RGB (Red+Green+Blue) = 67+34+72=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #432248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432248 is #BCDDB7. Grayscale: #303030. Windows color (decimal): -12377528 or 4727363. OLE color: 4727363.
HSL color Cylindrical-coordinate representation of color #432248: hue angle of 292.11º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #432248 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 34 | 72 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.72 |
| HSL | 292.11º | 0.36% | 0.21% | - |
| HSV(B) | 292.11º | 0.53% | 0.28% | - |
| XYZ | 4.06 | 2.81 | 6.46 | - |
| YUV | 48.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 72 | 0.07 | 0.53 | 0 | 0.72 | 292.11 | 0.36 | 0.21 |
| Hex | 43 | 22 | 48 | 7 | 35 | 0 | 48 | 124 | 24 | 15 |
| Octal | 103 | 42 | 110 | 7 | 65 | 0 | 110 | 444 | 44 | 25 |
| Binary | 1000011 | 100010 | 1001000 | 111 | 110101 | 0 | 1001000 | 100100100 | 100100 | 10101 |
Color Harmonies of #432248
Complementary color
Monochromatic Colors of #432248
Black with #432248
Text Example
Text Example
White with #432248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432248; }
p { color: rgb(67,34,72); }
H1.HeaderClassName
{
color: #432248;
}
.AnyTagClassName
{
color: #432248;
}
</style>
background-color css
<style>
a { background-color: #432248; }
a { background-color: rgb(67,34,72); }
div.DivClassName
{
background-color: #432248;
}
.BgClassName
{
background-color: #432248;
}
</style>
border-color css
<style>
span { border-color: #432248; }
span { border-color: rgb(67,34,72); }
td.TdClassName
{
border-color: #432248;
}
.TagClassName
{
border-color: #432248;
}
</style>