Shades of Purple Heart #4500C0
Tints of Purple Heart #4500C0
RGB
CMYK
RGB Variations
Color information
#4500C0 (or 0x4500C0) is known color: Purple Heart. HEX triplet: 45, 00 and C0. RGB value is (69,0,192). Sum of RGB (Red+Green+Blue) = 69+0+192=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #4500C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500C0 is #BAFF3F. Grayscale: #292929. Windows color (decimal): -12255040 or 12582981. OLE color: 12582981.
HSL color Cylindrical-coordinate representation of color #4500C0: hue angle of 261.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500C0 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 0 | 192 | - |
| CMYK | 0.64 | 1 | 0 | 0.25 |
| HSL | 261.56º | 1% | 0.38% | - |
| HSV(B) | 261.56º | 1% | 0.75% | - |
| XYZ | 11.97 | 5.07 | 50.22 | - |
| YUV | 42.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 192 | 0.64 | 1 | 0 | 0.25 | 261.56 | 1 | 0.38 |
| Hex | 45 | 0 | C0 | 40 | 64 | 0 | 19 | 106 | 64 | 26 |
| Octal | 105 | 0 | 300 | 100 | 144 | 0 | 31 | 406 | 144 | 46 |
| Binary | 1000101 | 0 | 11000000 | 1000000 | 1100100 | 0 | 11001 | 100000110 | 1100100 | 100110 |
Color Harmonies of #4500C0
Complementary color
Monochromatic Colors of #4500C0
Black with #4500C0
Text Example
Text Example
White with #4500C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500C0; }
p { color: rgb(69,0,192); }
H1.HeaderClassName
{
color: #4500C0;
}
.AnyTagClassName
{
color: #4500C0;
}
</style>
background-color css
<style>
a { background-color: #4500C0; }
a { background-color: rgb(69,0,192); }
div.DivClassName
{
background-color: #4500C0;
}
.BgClassName
{
background-color: #4500C0;
}
</style>
border-color css
<style>
span { border-color: #4500C0; }
span { border-color: rgb(69,0,192); }
td.TdClassName
{
border-color: #4500C0;
}
.TagClassName
{
border-color: #4500C0;
}
</style>