Shades of Hot Purple #45134F
Tints of Hot Purple #45134F
RGB
CMYK
RGB Variations
Color information
#45134F (or 0x45134F) is known color: Hot Purple. HEX triplet: 45, 13 and 4F. RGB value is (69,19,79). Sum of RGB (Red+Green+Blue) = 69+19+79=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #45134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45134F is #BAECB0. Grayscale: #282828. Windows color (decimal): -12250289 or 5182277. OLE color: 5182277.
HSL color Cylindrical-coordinate representation of color #45134F: hue angle of 290º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45134F is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 19 | 79 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.69 |
| HSL | 290º | 0.61% | 0.19% | - |
| HSV(B) | 290º | 0.76% | 0.31% | - |
| XYZ | 4.1 | 2.3 | 7.62 | - |
| YUV | 40.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 79 | 0.13 | 0.76 | 0 | 0.69 | 290 | 0.61 | 0.19 |
| Hex | 45 | 13 | 4F | D | 4C | 0 | 45 | 122 | 3D | 13 |
| Octal | 105 | 23 | 117 | 15 | 114 | 0 | 105 | 442 | 75 | 23 |
| Binary | 1000101 | 10011 | 1001111 | 1101 | 1001100 | 0 | 1000101 | 100100010 | 111101 | 10011 |
Color Harmonies of #45134F
Complementary color
Monochromatic Colors of #45134F
Black with #45134F
Text Example
Text Example
White with #45134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45134F; }
p { color: rgb(69,19,79); }
H1.HeaderClassName
{
color: #45134F;
}
.AnyTagClassName
{
color: #45134F;
}
</style>
background-color css
<style>
a { background-color: #45134F; }
a { background-color: rgb(69,19,79); }
div.DivClassName
{
background-color: #45134F;
}
.BgClassName
{
background-color: #45134F;
}
</style>
border-color css
<style>
span { border-color: #45134F; }
span { border-color: rgb(69,19,79); }
td.TdClassName
{
border-color: #45134F;
}
.TagClassName
{
border-color: #45134F;
}
</style>