Shades of Purple Heart #450FC4
Tints of Purple Heart #450FC4
RGB
CMYK
RGB Variations
Color information
#450FC4 (or 0x450FC4) is known color: Purple Heart. HEX triplet: 45, 0F and C4. RGB value is (69,15,196). Sum of RGB (Red+Green+Blue) = 69+15+196=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #450FC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FC4 is #BAF03B. Grayscale: #333333. Windows color (decimal): -12251196 or 12848965. OLE color: 12848965.
HSL color Cylindrical-coordinate representation of color #450FC4: hue angle of 257.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450FC4 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 15 | 196 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.23 |
| HSL | 257.9º | 0.86% | 0.41% | - |
| HSV(B) | 257.9º | 0.92% | 0.77% | - |
| XYZ | 12.59 | 5.59 | 52.64 | - |
| YUV | 51.78 | 209.39 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 196 | 0.65 | 0.92 | 0 | 0.23 | 257.9 | 0.86 | 0.41 |
| Hex | 45 | F | C4 | 41 | 5C | 0 | 17 | 102 | 56 | 29 |
| Octal | 105 | 17 | 304 | 101 | 134 | 0 | 27 | 402 | 126 | 51 |
| Binary | 1000101 | 1111 | 11000100 | 1000001 | 1011100 | 0 | 10111 | 100000010 | 1010110 | 101001 |
Color Harmonies of #450FC4
Complementary color
Monochromatic Colors of #450FC4
Black with #450FC4
Text Example
Text Example
White with #450FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FC4; }
p { color: rgb(69,15,196); }
H1.HeaderClassName
{
color: #450FC4;
}
.AnyTagClassName
{
color: #450FC4;
}
</style>
background-color css
<style>
a { background-color: #450FC4; }
a { background-color: rgb(69,15,196); }
div.DivClassName
{
background-color: #450FC4;
}
.BgClassName
{
background-color: #450FC4;
}
</style>
border-color css
<style>
span { border-color: #450FC4; }
span { border-color: rgb(69,15,196); }
td.TdClassName
{
border-color: #450FC4;
}
.TagClassName
{
border-color: #450FC4;
}
</style>