Shades of Hot Purple #42124B
Tints of Hot Purple #42124B
RGB
CMYK
RGB Variations
Color information
#42124B (or 0x42124B) is known color: Hot Purple. HEX triplet: 42, 12 and 4B. RGB value is (66,18,75). Sum of RGB (Red+Green+Blue) = 66+18+75=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #42124B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42124B is #BDEDB4. Grayscale: #262626. Windows color (decimal): -12447157 or 4919874. OLE color: 4919874.
HSL color Cylindrical-coordinate representation of color #42124B: hue angle of 290.53º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42124B is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 18 | 75 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.71 |
| HSL | 290.53º | 0.61% | 0.18% | - |
| HSV(B) | 290.53º | 0.76% | 0.29% | - |
| XYZ | 3.73 | 2.1 | 6.86 | - |
| YUV | 38.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 75 | 0.12 | 0.76 | 0 | 0.71 | 290.53 | 0.61 | 0.18 |
| Hex | 42 | 12 | 4B | C | 4C | 0 | 47 | 123 | 3D | 12 |
| Octal | 102 | 22 | 113 | 14 | 114 | 0 | 107 | 443 | 75 | 22 |
| Binary | 1000010 | 10010 | 1001011 | 1100 | 1001100 | 0 | 1000111 | 100100011 | 111101 | 10010 |
Color Harmonies of #42124B
Complementary color
Monochromatic Colors of #42124B
Black with #42124B
Text Example
Text Example
White with #42124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42124B; }
p { color: rgb(66,18,75); }
H1.HeaderClassName
{
color: #42124B;
}
.AnyTagClassName
{
color: #42124B;
}
</style>
background-color css
<style>
a { background-color: #42124B; }
a { background-color: rgb(66,18,75); }
div.DivClassName
{
background-color: #42124B;
}
.BgClassName
{
background-color: #42124B;
}
</style>
border-color css
<style>
span { border-color: #42124B; }
span { border-color: rgb(66,18,75); }
td.TdClassName
{
border-color: #42124B;
}
.TagClassName
{
border-color: #42124B;
}
</style>