Shades of Purple Heart #461DCF
Tints of Purple Heart #461DCF
RGB
CMYK
RGB Variations
Color information
#461DCF (or 0x461DCF) is known color: Purple Heart. HEX triplet: 46, 1D and CF. RGB value is (70,29,207). Sum of RGB (Red+Green+Blue) = 70+29+207=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #461DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DCF is #B9E230. Grayscale: #3C3C3C. Windows color (decimal): -12182065 or 13573446. OLE color: 13573446.
HSL color Cylindrical-coordinate representation of color #461DCF: hue angle of 253.82º degrees, saturation: 0.75, 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 #461DCF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 29 | 207 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.19 |
| HSL | 253.82º | 0.75% | 0.46% | - |
| HSV(B) | 253.82º | 0.86% | 0.81% | - |
| XYZ | 14.23 | 6.69 | 59.57 | - |
| YUV | 61.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 207 | 0.66 | 0.86 | 0 | 0.19 | 253.82 | 0.75 | 0.46 |
| Hex | 46 | 1D | CF | 42 | 56 | 0 | 13 | FE | 4B | 2E |
| Octal | 106 | 35 | 317 | 102 | 126 | 0 | 23 | 376 | 113 | 56 |
| Binary | 1000110 | 11101 | 11001111 | 1000010 | 1010110 | 0 | 10011 | 11111110 | 1001011 | 101110 |
Color Harmonies of #461DCF
Complementary color
Monochromatic Colors of #461DCF
Black with #461DCF
Text Example
Text Example
White with #461DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DCF; }
p { color: rgb(70,29,207); }
H1.HeaderClassName
{
color: #461DCF;
}
.AnyTagClassName
{
color: #461DCF;
}
</style>
background-color css
<style>
a { background-color: #461DCF; }
a { background-color: rgb(70,29,207); }
div.DivClassName
{
background-color: #461DCF;
}
.BgClassName
{
background-color: #461DCF;
}
</style>
border-color css
<style>
span { border-color: #461DCF; }
span { border-color: rgb(70,29,207); }
td.TdClassName
{
border-color: #461DCF;
}
.TagClassName
{
border-color: #461DCF;
}
</style>