Shades of Purple Heart #450CC0
Tints of Purple Heart #450CC0
RGB
CMYK
RGB Variations
Color information
#450CC0 (or 0x450CC0) is known color: Purple Heart. HEX triplet: 45, 0C and C0. RGB value is (69,12,192). Sum of RGB (Red+Green+Blue) = 69+12+192=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #450CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CC0 is #BAF33F. Grayscale: #303030. Windows color (decimal): -12251968 or 12586053. OLE color: 12586053.
HSL color Cylindrical-coordinate representation of color #450CC0: hue angle of 259º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CC0 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 12 | 192 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.25 |
| HSL | 259º | 0.88% | 0.4% | - |
| HSV(B) | 259º | 0.94% | 0.75% | - |
| XYZ | 12.1 | 5.33 | 50.26 | - |
| YUV | 49.56 | 208.38 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 192 | 0.64 | 0.94 | 0 | 0.25 | 259 | 0.88 | 0.4 |
| Hex | 45 | C | C0 | 40 | 5E | 0 | 19 | 103 | 58 | 28 |
| Octal | 105 | 14 | 300 | 100 | 136 | 0 | 31 | 403 | 130 | 50 |
| Binary | 1000101 | 1100 | 11000000 | 1000000 | 1011110 | 0 | 11001 | 100000011 | 1011000 | 101000 |
Color Harmonies of #450CC0
Complementary color
Monochromatic Colors of #450CC0
Black with #450CC0
Text Example
Text Example
White with #450CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CC0; }
p { color: rgb(69,12,192); }
H1.HeaderClassName
{
color: #450CC0;
}
.AnyTagClassName
{
color: #450CC0;
}
</style>
background-color css
<style>
a { background-color: #450CC0; }
a { background-color: rgb(69,12,192); }
div.DivClassName
{
background-color: #450CC0;
}
.BgClassName
{
background-color: #450CC0;
}
</style>
border-color css
<style>
span { border-color: #450CC0; }
span { border-color: rgb(69,12,192); }
td.TdClassName
{
border-color: #450CC0;
}
.TagClassName
{
border-color: #450CC0;
}
</style>