Shades of Purple Heart #461CCF
Tints of Purple Heart #461CCF
RGB
CMYK
RGB Variations
Color information
#461CCF (or 0x461CCF) is known color: Purple Heart. HEX triplet: 46, 1C and CF. RGB value is (70,28,207). Sum of RGB (Red+Green+Blue) = 70+28+207=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #461CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CCF is #B9E330. Grayscale: #3C3C3C. Windows color (decimal): -12182321 or 13573190. OLE color: 13573190.
HSL color Cylindrical-coordinate representation of color #461CCF: hue angle of 254.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 #461CCF is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 28 | 207 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.19 |
| HSL | 254.08º | 0.76% | 0.46% | - |
| HSV(B) | 254.08º | 0.86% | 0.81% | - |
| XYZ | 14.2 | 6.64 | 59.56 | - |
| YUV | 60.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 207 | 0.66 | 0.86 | 0 | 0.19 | 254.08 | 0.76 | 0.46 |
| Hex | 46 | 1C | CF | 42 | 56 | 0 | 13 | FE | 4C | 2E |
| Octal | 106 | 34 | 317 | 102 | 126 | 0 | 23 | 376 | 114 | 56 |
| Binary | 1000110 | 11100 | 11001111 | 1000010 | 1010110 | 0 | 10011 | 11111110 | 1001100 | 101110 |
Color Harmonies of #461CCF
Complementary color
Monochromatic Colors of #461CCF
Black with #461CCF
Text Example
Text Example
White with #461CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CCF; }
p { color: rgb(70,28,207); }
H1.HeaderClassName
{
color: #461CCF;
}
.AnyTagClassName
{
color: #461CCF;
}
</style>
background-color css
<style>
a { background-color: #461CCF; }
a { background-color: rgb(70,28,207); }
div.DivClassName
{
background-color: #461CCF;
}
.BgClassName
{
background-color: #461CCF;
}
</style>
border-color css
<style>
span { border-color: #461CCF; }
span { border-color: rgb(70,28,207); }
td.TdClassName
{
border-color: #461CCF;
}
.TagClassName
{
border-color: #461CCF;
}
</style>