Shades of Purple Heart #450CCD
Tints of Purple Heart #450CCD
RGB
CMYK
RGB Variations
Color information
#450CCD (or 0x450CCD) is known color: Purple Heart. HEX triplet: 45, 0C and CD. RGB value is (69,12,205). Sum of RGB (Red+Green+Blue) = 69+12+205=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #450CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CCD is #BAF332. Grayscale: #323232. Windows color (decimal): -12251955 or 13438021. OLE color: 13438021.
HSL color Cylindrical-coordinate representation of color #450CCD: hue angle of 257.72º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CCD is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 12 | 205 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.20 |
| HSL | 257.72º | 0.89% | 0.43% | - |
| HSV(B) | 257.72º | 0.94% | 0.8% | - |
| XYZ | 13.61 | 5.94 | 58.19 | - |
| YUV | 51.05 | 214.88 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 205 | 0.66 | 0.94 | 0 | 0.20 | 257.72 | 0.89 | 0.43 |
| Hex | 45 | C | CD | 42 | 5E | 0 | 14 | 102 | 59 | 2B |
| Octal | 105 | 14 | 315 | 102 | 136 | 0 | 24 | 402 | 131 | 53 |
| Binary | 1000101 | 1100 | 11001101 | 1000010 | 1011110 | 0 | 10100 | 100000010 | 1011001 | 101011 |
Color Harmonies of #450CCD
Complementary color
Monochromatic Colors of #450CCD
Black with #450CCD
Text Example
Text Example
White with #450CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CCD; }
p { color: rgb(69,12,205); }
H1.HeaderClassName
{
color: #450CCD;
}
.AnyTagClassName
{
color: #450CCD;
}
</style>
background-color css
<style>
a { background-color: #450CCD; }
a { background-color: rgb(69,12,205); }
div.DivClassName
{
background-color: #450CCD;
}
.BgClassName
{
background-color: #450CCD;
}
</style>
border-color css
<style>
span { border-color: #450CCD; }
span { border-color: rgb(69,12,205); }
td.TdClassName
{
border-color: #450CCD;
}
.TagClassName
{
border-color: #450CCD;
}
</style>