Shades of Hot Purple #452F4B
Tints of Hot Purple #452F4B
RGB
CMYK
RGB Variations
Color information
#452F4B (or 0x452F4B) is known color: Hot Purple. HEX triplet: 45, 2F and 4B. RGB value is (69,47,75). Sum of RGB (Red+Green+Blue) = 69+47+75=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #452F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F4B is #BAD0B4. Grayscale: #383838. Windows color (decimal): -12243125 or 4927301. OLE color: 4927301.
HSL color Cylindrical-coordinate representation of color #452F4B: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #452F4B is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 47 | 75 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.71 |
| HSL | 287.14º | 0.23% | 0.24% | - |
| HSV(B) | 287.14º | 0.37% | 0.29% | - |
| XYZ | 4.74 | 3.81 | 7.14 | - |
| YUV | 56.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 75 | 0.08 | 0.37 | 0 | 0.71 | 287.14 | 0.23 | 0.24 |
| Hex | 45 | 2F | 4B | 8 | 25 | 0 | 47 | 11F | 17 | 18 |
| Octal | 105 | 57 | 113 | 10 | 45 | 0 | 107 | 437 | 27 | 30 |
| Binary | 1000101 | 101111 | 1001011 | 1000 | 100101 | 0 | 1000111 | 100011111 | 10111 | 11000 |
Color Harmonies of #452F4B
Complementary color
Monochromatic Colors of #452F4B
Black with #452F4B
Text Example
Text Example
White with #452F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F4B; }
p { color: rgb(69,47,75); }
H1.HeaderClassName
{
color: #452F4B;
}
.AnyTagClassName
{
color: #452F4B;
}
</style>
background-color css
<style>
a { background-color: #452F4B; }
a { background-color: rgb(69,47,75); }
div.DivClassName
{
background-color: #452F4B;
}
.BgClassName
{
background-color: #452F4B;
}
</style>
border-color css
<style>
span { border-color: #452F4B; }
span { border-color: rgb(69,47,75); }
td.TdClassName
{
border-color: #452F4B;
}
.TagClassName
{
border-color: #452F4B;
}
</style>