Shades of Hot Purple #460F52
Tints of Hot Purple #460F52
RGB
CMYK
RGB Variations
Color information
#460F52 (or 0x460F52) is known color: Hot Purple. HEX triplet: 46, 0F and 52. RGB value is (70,15,82). Sum of RGB (Red+Green+Blue) = 70+15+82=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #460F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F52 is #B9F0AD. Grayscale: #262626. Windows color (decimal): -12185774 or 5377862. OLE color: 5377862.
HSL color Cylindrical-coordinate representation of color #460F52: hue angle of 289.25º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #460F52 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 15 | 82 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.68 |
| HSL | 289.25º | 0.69% | 0.19% | - |
| HSV(B) | 289.25º | 0.82% | 0.32% | - |
| XYZ | 4.22 | 2.25 | 8.2 | - |
| YUV | 39.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 82 | 0.15 | 0.82 | 0 | 0.68 | 289.25 | 0.69 | 0.19 |
| Hex | 46 | F | 52 | F | 52 | 0 | 44 | 121 | 45 | 13 |
| Octal | 106 | 17 | 122 | 17 | 122 | 0 | 104 | 441 | 105 | 23 |
| Binary | 1000110 | 1111 | 1010010 | 1111 | 1010010 | 0 | 1000100 | 100100001 | 1000101 | 10011 |
Color Harmonies of #460F52
Complementary color
Monochromatic Colors of #460F52
Black with #460F52
Text Example
Text Example
White with #460F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F52; }
p { color: rgb(70,15,82); }
H1.HeaderClassName
{
color: #460F52;
}
.AnyTagClassName
{
color: #460F52;
}
</style>
background-color css
<style>
a { background-color: #460F52; }
a { background-color: rgb(70,15,82); }
div.DivClassName
{
background-color: #460F52;
}
.BgClassName
{
background-color: #460F52;
}
</style>
border-color css
<style>
span { border-color: #460F52; }
span { border-color: rgb(70,15,82); }
td.TdClassName
{
border-color: #460F52;
}
.TagClassName
{
border-color: #460F52;
}
</style>