Shades of Hot Purple #450E4C
Tints of Hot Purple #450E4C
RGB
CMYK
RGB Variations
Color information
#450E4C (or 0x450E4C) is known color: Hot Purple. HEX triplet: 45, 0E and 4C. RGB value is (69,14,76). Sum of RGB (Red+Green+Blue) = 69+14+76=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #450E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450E4C is #BAF1B3. Grayscale: #252525. Windows color (decimal): -12251572 or 4984389. OLE color: 4984389.
HSL color Cylindrical-coordinate representation of color #450E4C: hue angle of 293.23º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #450E4C is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 14 | 76 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.70 |
| HSL | 293.23º | 0.69% | 0.18% | - |
| HSV(B) | 293.23º | 0.82% | 0.3% | - |
| XYZ | 3.92 | 2.1 | 7.04 | - |
| YUV | 37.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 76 | 0.09 | 0.82 | 0 | 0.70 | 293.23 | 0.69 | 0.18 |
| Hex | 45 | E | 4C | 9 | 52 | 0 | 46 | 125 | 45 | 12 |
| Octal | 105 | 16 | 114 | 11 | 122 | 0 | 106 | 445 | 105 | 22 |
| Binary | 1000101 | 1110 | 1001100 | 1001 | 1010010 | 0 | 1000110 | 100100101 | 1000101 | 10010 |
Color Harmonies of #450E4C
Complementary color
Monochromatic Colors of #450E4C
Black with #450E4C
Text Example
Text Example
White with #450E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E4C; }
p { color: rgb(69,14,76); }
H1.HeaderClassName
{
color: #450E4C;
}
.AnyTagClassName
{
color: #450E4C;
}
</style>
background-color css
<style>
a { background-color: #450E4C; }
a { background-color: rgb(69,14,76); }
div.DivClassName
{
background-color: #450E4C;
}
.BgClassName
{
background-color: #450E4C;
}
</style>
border-color css
<style>
span { border-color: #450E4C; }
span { border-color: rgb(69,14,76); }
td.TdClassName
{
border-color: #450E4C;
}
.TagClassName
{
border-color: #450E4C;
}
</style>