Shades of Hot Purple #452349
Tints of Hot Purple #452349
RGB
CMYK
RGB Variations
Color information
#452349 (or 0x452349) is known color: Hot Purple. HEX triplet: 45, 23 and 49. RGB value is (69,35,73). Sum of RGB (Red+Green+Blue) = 69+35+73=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #452349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452349 is #BADCB6. Grayscale: #313131. Windows color (decimal): -12246199 or 4793157. OLE color: 4793157.
HSL color Cylindrical-coordinate representation of color #452349: hue angle of 293.68º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452349 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 35 | 73 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.71 |
| HSL | 293.68º | 0.35% | 0.21% | - |
| HSV(B) | 293.68º | 0.52% | 0.29% | - |
| XYZ | 4.26 | 2.95 | 6.65 | - |
| YUV | 49.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 73 | 0.05 | 0.52 | 0 | 0.71 | 293.68 | 0.35 | 0.21 |
| Hex | 45 | 23 | 49 | 5 | 34 | 0 | 47 | 126 | 23 | 15 |
| Octal | 105 | 43 | 111 | 5 | 64 | 0 | 107 | 446 | 43 | 25 |
| Binary | 1000101 | 100011 | 1001001 | 101 | 110100 | 0 | 1000111 | 100100110 | 100011 | 10101 |
Color Harmonies of #452349
Complementary color
Monochromatic Colors of #452349
Black with #452349
Text Example
Text Example
White with #452349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452349; }
p { color: rgb(69,35,73); }
H1.HeaderClassName
{
color: #452349;
}
.AnyTagClassName
{
color: #452349;
}
</style>
background-color css
<style>
a { background-color: #452349; }
a { background-color: rgb(69,35,73); }
div.DivClassName
{
background-color: #452349;
}
.BgClassName
{
background-color: #452349;
}
</style>
border-color css
<style>
span { border-color: #452349; }
span { border-color: rgb(69,35,73); }
td.TdClassName
{
border-color: #452349;
}
.TagClassName
{
border-color: #452349;
}
</style>