Shades of Hot Purple #42164B
Tints of Hot Purple #42164B
RGB
CMYK
RGB Variations
Color information
#42164B (or 0x42164B) is known color: Hot Purple. HEX triplet: 42, 16 and 4B. RGB value is (66,22,75). Sum of RGB (Red+Green+Blue) = 66+22+75=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #42164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42164B is #BDE9B4. Grayscale: #292929. Windows color (decimal): -12446133 or 4920898. OLE color: 4920898.
HSL color Cylindrical-coordinate representation of color #42164B: hue angle of 289.81º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42164B is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 22 | 75 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.71 |
| HSL | 289.81º | 0.55% | 0.19% | - |
| HSV(B) | 289.81º | 0.71% | 0.29% | - |
| XYZ | 3.8 | 2.24 | 6.89 | - |
| YUV | 41.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 75 | 0.12 | 0.71 | 0 | 0.71 | 289.81 | 0.55 | 0.19 |
| Hex | 42 | 16 | 4B | C | 47 | 0 | 47 | 122 | 37 | 13 |
| Octal | 102 | 26 | 113 | 14 | 107 | 0 | 107 | 442 | 67 | 23 |
| Binary | 1000010 | 10110 | 1001011 | 1100 | 1000111 | 0 | 1000111 | 100100010 | 110111 | 10011 |
Color Harmonies of #42164B
Complementary color
Monochromatic Colors of #42164B
Black with #42164B
Text Example
Text Example
White with #42164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42164B; }
p { color: rgb(66,22,75); }
H1.HeaderClassName
{
color: #42164B;
}
.AnyTagClassName
{
color: #42164B;
}
</style>
background-color css
<style>
a { background-color: #42164B; }
a { background-color: rgb(66,22,75); }
div.DivClassName
{
background-color: #42164B;
}
.BgClassName
{
background-color: #42164B;
}
</style>
border-color css
<style>
span { border-color: #42164B; }
span { border-color: rgb(66,22,75); }
td.TdClassName
{
border-color: #42164B;
}
.TagClassName
{
border-color: #42164B;
}
</style>