Shades of Hot Purple #450852
Tints of Hot Purple #450852
RGB
CMYK
RGB Variations
Color information
#450852 (or 0x450852) is known color: Hot Purple. HEX triplet: 45, 08 and 52. RGB value is (69,8,82). Sum of RGB (Red+Green+Blue) = 69+8+82=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #450852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450852 is #BAF7AD. Grayscale: #222222. Windows color (decimal): -12253102 or 5376069. OLE color: 5376069.
HSL color Cylindrical-coordinate representation of color #450852: hue angle of 289.46º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450852 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 8 | 82 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.68 |
| HSL | 289.46º | 0.82% | 0.18% | - |
| HSV(B) | 289.46º | 0.9% | 0.32% | - |
| XYZ | 4.06 | 2.05 | 8.16 | - |
| YUV | 34.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 82 | 0.16 | 0.90 | 0 | 0.68 | 289.46 | 0.82 | 0.18 |
| Hex | 45 | 8 | 52 | 10 | 5A | 0 | 44 | 121 | 52 | 12 |
| Octal | 105 | 10 | 122 | 20 | 132 | 0 | 104 | 441 | 122 | 22 |
| Binary | 1000101 | 1000 | 1010010 | 10000 | 1011010 | 0 | 1000100 | 100100001 | 1010010 | 10010 |
Color Harmonies of #450852
Complementary color
Monochromatic Colors of #450852
Black with #450852
Text Example
Text Example
White with #450852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450852; }
p { color: rgb(69,8,82); }
H1.HeaderClassName
{
color: #450852;
}
.AnyTagClassName
{
color: #450852;
}
</style>
background-color css
<style>
a { background-color: #450852; }
a { background-color: rgb(69,8,82); }
div.DivClassName
{
background-color: #450852;
}
.BgClassName
{
background-color: #450852;
}
</style>
border-color css
<style>
span { border-color: #450852; }
span { border-color: rgb(69,8,82); }
td.TdClassName
{
border-color: #450852;
}
.TagClassName
{
border-color: #450852;
}
</style>