Shades of Hot Purple #452C4A
Tints of Hot Purple #452C4A
RGB
CMYK
RGB Variations
Color information
#452C4A (or 0x452C4A) is known color: Hot Purple. HEX triplet: 45, 2C and 4A. RGB value is (69,44,74). Sum of RGB (Red+Green+Blue) = 69+44+74=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #452C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C4A is #BAD3B5. Grayscale: #363636. Windows color (decimal): -12243894 or 4860997. OLE color: 4860997.
HSL color Cylindrical-coordinate representation of color #452C4A: hue angle of 290º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #452C4A is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 44 | 74 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.71 |
| HSL | 290º | 0.25% | 0.23% | - |
| HSV(B) | 290º | 0.41% | 0.29% | - |
| XYZ | 4.59 | 3.56 | 6.92 | - |
| YUV | 54.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 74 | 0.07 | 0.41 | 0 | 0.71 | 290 | 0.25 | 0.23 |
| Hex | 45 | 2C | 4A | 7 | 29 | 0 | 47 | 122 | 19 | 17 |
| Octal | 105 | 54 | 112 | 7 | 51 | 0 | 107 | 442 | 31 | 27 |
| Binary | 1000101 | 101100 | 1001010 | 111 | 101001 | 0 | 1000111 | 100100010 | 11001 | 10111 |
Color Harmonies of #452C4A
Complementary color
Monochromatic Colors of #452C4A
Black with #452C4A
Text Example
Text Example
White with #452C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C4A; }
p { color: rgb(69,44,74); }
H1.HeaderClassName
{
color: #452C4A;
}
.AnyTagClassName
{
color: #452C4A;
}
</style>
background-color css
<style>
a { background-color: #452C4A; }
a { background-color: rgb(69,44,74); }
div.DivClassName
{
background-color: #452C4A;
}
.BgClassName
{
background-color: #452C4A;
}
</style>
border-color css
<style>
span { border-color: #452C4A; }
span { border-color: rgb(69,44,74); }
td.TdClassName
{
border-color: #452C4A;
}
.TagClassName
{
border-color: #452C4A;
}
</style>