Shades of Hot Purple #46264C
Tints of Hot Purple #46264C
RGB
CMYK
RGB Variations
Color information
#46264C (or 0x46264C) is known color: Hot Purple. HEX triplet: 46, 26 and 4C. RGB value is (70,38,76). Sum of RGB (Red+Green+Blue) = 70+38+76=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #46264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46264C is #B9D9B3. Grayscale: #333333. Windows color (decimal): -12179892 or 4990534. OLE color: 4990534.
HSL color Cylindrical-coordinate representation of color #46264C: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46264C is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 38 | 76 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.70 |
| HSL | 290.53º | 0.33% | 0.22% | - |
| HSV(B) | 290.53º | 0.5% | 0.3% | - |
| XYZ | 4.52 | 3.21 | 7.22 | - |
| YUV | 51.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 76 | 0.08 | 0.5 | 0 | 0.70 | 290.53 | 0.33 | 0.22 |
| Hex | 46 | 26 | 4C | 8 | 32 | 0 | 46 | 123 | 21 | 16 |
| Octal | 106 | 46 | 114 | 10 | 62 | 0 | 106 | 443 | 41 | 26 |
| Binary | 1000110 | 100110 | 1001100 | 1000 | 110010 | 0 | 1000110 | 100100011 | 100001 | 10110 |
Color Harmonies of #46264C
Complementary color
Monochromatic Colors of #46264C
Black with #46264C
Text Example
Text Example
White with #46264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46264C; }
p { color: rgb(70,38,76); }
H1.HeaderClassName
{
color: #46264C;
}
.AnyTagClassName
{
color: #46264C;
}
</style>
background-color css
<style>
a { background-color: #46264C; }
a { background-color: rgb(70,38,76); }
div.DivClassName
{
background-color: #46264C;
}
.BgClassName
{
background-color: #46264C;
}
</style>
border-color css
<style>
span { border-color: #46264C; }
span { border-color: rgb(70,38,76); }
td.TdClassName
{
border-color: #46264C;
}
.TagClassName
{
border-color: #46264C;
}
</style>