Shades of Purple Heart #450CCC
Tints of Purple Heart #450CCC
RGB
CMYK
RGB Variations
Color information
#450CCC (or 0x450CCC) is known color: Purple Heart. HEX triplet: 45, 0C and CC. RGB value is (69,12,204). Sum of RGB (Red+Green+Blue) = 69+12+204=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #450CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CCC is #BAF333. Grayscale: #323232. Windows color (decimal): -12251956 or 13372485. OLE color: 13372485.
HSL color Cylindrical-coordinate representation of color #450CCC: hue angle of 257.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CCC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 12 | 204 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.2 |
| HSL | 257.81º | 0.89% | 0.42% | - |
| HSV(B) | 257.81º | 0.94% | 0.8% | - |
| XYZ | 13.48 | 5.89 | 57.55 | - |
| YUV | 50.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 204 | 0.66 | 0.94 | 0 | 0.2 | 257.81 | 0.89 | 0.42 |
| Hex | 45 | C | CC | 42 | 5E | 0 | 14 | 102 | 59 | 2A |
| Octal | 105 | 14 | 314 | 102 | 136 | 0 | 24 | 402 | 131 | 52 |
| Binary | 1000101 | 1100 | 11001100 | 1000010 | 1011110 | 0 | 10100 | 100000010 | 1011001 | 101010 |
Color Harmonies of #450CCC
Complementary color
Monochromatic Colors of #450CCC
Black with #450CCC
Text Example
Text Example
White with #450CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CCC; }
p { color: rgb(69,12,204); }
H1.HeaderClassName
{
color: #450CCC;
}
.AnyTagClassName
{
color: #450CCC;
}
</style>
background-color css
<style>
a { background-color: #450CCC; }
a { background-color: rgb(69,12,204); }
div.DivClassName
{
background-color: #450CCC;
}
.BgClassName
{
background-color: #450CCC;
}
</style>
border-color css
<style>
span { border-color: #450CCC; }
span { border-color: rgb(69,12,204); }
td.TdClassName
{
border-color: #450CCC;
}
.TagClassName
{
border-color: #450CCC;
}
</style>