Shades of Purple Heart #491CCF
Tints of Purple Heart #491CCF
RGB
CMYK
RGB Variations
Color information
#491CCF (or 0x491CCF) is known color: Purple Heart. HEX triplet: 49, 1C and CF. RGB value is (73,28,207). Sum of RGB (Red+Green+Blue) = 73+28+207=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #491CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CCF is #B6E330. Grayscale: #3D3D3D. Windows color (decimal): -11985713 or 13573193. OLE color: 13573193.
HSL color Cylindrical-coordinate representation of color #491CCF: hue angle of 255.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491CCF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 28 | 207 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.19 |
| HSL | 255.08º | 0.76% | 0.46% | - |
| HSV(B) | 255.08º | 0.86% | 0.81% | - |
| XYZ | 14.43 | 6.75 | 59.57 | - |
| YUV | 61.86 | 209.91 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 207 | 0.65 | 0.86 | 0 | 0.19 | 255.08 | 0.76 | 0.46 |
| Hex | 49 | 1C | CF | 41 | 56 | 0 | 13 | FF | 4C | 2E |
| Octal | 111 | 34 | 317 | 101 | 126 | 0 | 23 | 377 | 114 | 56 |
| Binary | 1001001 | 11100 | 11001111 | 1000001 | 1010110 | 0 | 10011 | 11111111 | 1001100 | 101110 |
Color Harmonies of #491CCF
Complementary color
Monochromatic Colors of #491CCF
Black with #491CCF
Text Example
Text Example
White with #491CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CCF; }
p { color: rgb(73,28,207); }
H1.HeaderClassName
{
color: #491CCF;
}
.AnyTagClassName
{
color: #491CCF;
}
</style>
background-color css
<style>
a { background-color: #491CCF; }
a { background-color: rgb(73,28,207); }
div.DivClassName
{
background-color: #491CCF;
}
.BgClassName
{
background-color: #491CCF;
}
</style>
border-color css
<style>
span { border-color: #491CCF; }
span { border-color: rgb(73,28,207); }
td.TdClassName
{
border-color: #491CCF;
}
.TagClassName
{
border-color: #491CCF;
}
</style>