Shades of Purple Heart #450FAF
Tints of Purple Heart #450FAF
RGB
CMYK
RGB Variations
Color information
#450FAF (or 0x450FAF) is known color: Purple Heart. HEX triplet: 45, 0F and AF. RGB value is (69,15,175). Sum of RGB (Red+Green+Blue) = 69+15+175=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #450FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450FAF is #BAF050. Grayscale: #303030. Windows color (decimal): -12251217 or 11472709. OLE color: 11472709.
HSL color Cylindrical-coordinate representation of color #450FAF: hue angle of 260.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450FAF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 15 | 175 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.31 |
| HSL | 260.25º | 0.84% | 0.37% | - |
| HSV(B) | 260.25º | 0.91% | 0.69% | - |
| XYZ | 10.36 | 4.7 | 40.92 | - |
| YUV | 49.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 175 | 0.61 | 0.91 | 0 | 0.31 | 260.25 | 0.84 | 0.37 |
| Hex | 45 | F | AF | 3D | 5B | 0 | 1F | 104 | 54 | 25 |
| Octal | 105 | 17 | 257 | 75 | 133 | 0 | 37 | 404 | 124 | 45 |
| Binary | 1000101 | 1111 | 10101111 | 111101 | 1011011 | 0 | 11111 | 100000100 | 1010100 | 100101 |
Color Harmonies of #450FAF
Complementary color
Monochromatic Colors of #450FAF
Black with #450FAF
Text Example
Text Example
White with #450FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FAF; }
p { color: rgb(69,15,175); }
H1.HeaderClassName
{
color: #450FAF;
}
.AnyTagClassName
{
color: #450FAF;
}
</style>
background-color css
<style>
a { background-color: #450FAF; }
a { background-color: rgb(69,15,175); }
div.DivClassName
{
background-color: #450FAF;
}
.BgClassName
{
background-color: #450FAF;
}
</style>
border-color css
<style>
span { border-color: #450FAF; }
span { border-color: rgb(69,15,175); }
td.TdClassName
{
border-color: #450FAF;
}
.TagClassName
{
border-color: #450FAF;
}
</style>