Shades of Hot Purple #42154D
Tints of Hot Purple #42154D
RGB
CMYK
RGB Variations
Color information
#42154D (or 0x42154D) is known color: Hot Purple. HEX triplet: 42, 15 and 4D. RGB value is (66,21,77). Sum of RGB (Red+Green+Blue) = 66+21+77=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #42154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42154D is #BDEAB2. Grayscale: #282828. Windows color (decimal): -12446387 or 5051714. OLE color: 5051714.
HSL color Cylindrical-coordinate representation of color #42154D: hue angle of 288.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42154D is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 21 | 77 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.70 |
| HSL | 288.21º | 0.57% | 0.19% | - |
| HSV(B) | 288.21º | 0.73% | 0.3% | - |
| XYZ | 3.85 | 2.23 | 7.25 | - |
| YUV | 40.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 77 | 0.14 | 0.73 | 0 | 0.70 | 288.21 | 0.57 | 0.19 |
| Hex | 42 | 15 | 4D | E | 49 | 0 | 46 | 120 | 39 | 13 |
| Octal | 102 | 25 | 115 | 16 | 111 | 0 | 106 | 440 | 71 | 23 |
| Binary | 1000010 | 10101 | 1001101 | 1110 | 1001001 | 0 | 1000110 | 100100000 | 111001 | 10011 |
Color Harmonies of #42154D
Complementary color
Monochromatic Colors of #42154D
Black with #42154D
Text Example
Text Example
White with #42154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42154D; }
p { color: rgb(66,21,77); }
H1.HeaderClassName
{
color: #42154D;
}
.AnyTagClassName
{
color: #42154D;
}
</style>
background-color css
<style>
a { background-color: #42154D; }
a { background-color: rgb(66,21,77); }
div.DivClassName
{
background-color: #42154D;
}
.BgClassName
{
background-color: #42154D;
}
</style>
border-color css
<style>
span { border-color: #42154D; }
span { border-color: rgb(66,21,77); }
td.TdClassName
{
border-color: #42154D;
}
.TagClassName
{
border-color: #42154D;
}
</style>