Shades of Purple Heart #450CC5
Tints of Purple Heart #450CC5
RGB
CMYK
RGB Variations
Color information
#450CC5 (or 0x450CC5) is known color: Purple Heart. HEX triplet: 45, 0C and C5. RGB value is (69,12,197). Sum of RGB (Red+Green+Blue) = 69+12+197=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #450CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CC5 is #BAF33A. Grayscale: #313131. Windows color (decimal): -12251963 or 12913733. OLE color: 12913733.
HSL color Cylindrical-coordinate representation of color #450CC5: hue angle of 258.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CC5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 12 | 197 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.23 |
| HSL | 258.49º | 0.89% | 0.41% | - |
| HSV(B) | 258.49º | 0.94% | 0.77% | - |
| XYZ | 12.66 | 5.56 | 53.23 | - |
| YUV | 50.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 197 | 0.65 | 0.94 | 0 | 0.23 | 258.49 | 0.89 | 0.41 |
| Hex | 45 | C | C5 | 41 | 5E | 0 | 17 | 102 | 59 | 29 |
| Octal | 105 | 14 | 305 | 101 | 136 | 0 | 27 | 402 | 131 | 51 |
| Binary | 1000101 | 1100 | 11000101 | 1000001 | 1011110 | 0 | 10111 | 100000010 | 1011001 | 101001 |
Color Harmonies of #450CC5
Complementary color
Monochromatic Colors of #450CC5
Black with #450CC5
Text Example
Text Example
White with #450CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CC5; }
p { color: rgb(69,12,197); }
H1.HeaderClassName
{
color: #450CC5;
}
.AnyTagClassName
{
color: #450CC5;
}
</style>
background-color css
<style>
a { background-color: #450CC5; }
a { background-color: rgb(69,12,197); }
div.DivClassName
{
background-color: #450CC5;
}
.BgClassName
{
background-color: #450CC5;
}
</style>
border-color css
<style>
span { border-color: #450CC5; }
span { border-color: rgb(69,12,197); }
td.TdClassName
{
border-color: #450CC5;
}
.TagClassName
{
border-color: #450CC5;
}
</style>