Shades of Purple Heart #450CC9
Tints of Purple Heart #450CC9
RGB
CMYK
RGB Variations
Color information
#450CC9 (or 0x450CC9) is known color: Purple Heart. HEX triplet: 45, 0C and C9. RGB value is (69,12,201). Sum of RGB (Red+Green+Blue) = 69+12+201=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #450CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CC9 is #BAF336. Grayscale: #313131. Windows color (decimal): -12251959 or 13175877. OLE color: 13175877.
HSL color Cylindrical-coordinate representation of color #450CC9: hue angle of 258.1º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CC9 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 12 | 201 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.21 |
| HSL | 258.1º | 0.89% | 0.42% | - |
| HSV(B) | 258.1º | 0.94% | 0.79% | - |
| XYZ | 13.13 | 5.75 | 55.68 | - |
| YUV | 50.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 201 | 0.66 | 0.94 | 0 | 0.21 | 258.1 | 0.89 | 0.42 |
| Hex | 45 | C | C9 | 42 | 5E | 0 | 15 | 102 | 59 | 2A |
| Octal | 105 | 14 | 311 | 102 | 136 | 0 | 25 | 402 | 131 | 52 |
| Binary | 1000101 | 1100 | 11001001 | 1000010 | 1011110 | 0 | 10101 | 100000010 | 1011001 | 101010 |
Color Harmonies of #450CC9
Complementary color
Monochromatic Colors of #450CC9
Black with #450CC9
Text Example
Text Example
White with #450CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CC9; }
p { color: rgb(69,12,201); }
H1.HeaderClassName
{
color: #450CC9;
}
.AnyTagClassName
{
color: #450CC9;
}
</style>
background-color css
<style>
a { background-color: #450CC9; }
a { background-color: rgb(69,12,201); }
div.DivClassName
{
background-color: #450CC9;
}
.BgClassName
{
background-color: #450CC9;
}
</style>
border-color css
<style>
span { border-color: #450CC9; }
span { border-color: rgb(69,12,201); }
td.TdClassName
{
border-color: #450CC9;
}
.TagClassName
{
border-color: #450CC9;
}
</style>