Shades of Purple Heart #461DCE
Tints of Purple Heart #461DCE
RGB
CMYK
RGB Variations
Color information
#461DCE (or 0x461DCE) is known color: Purple Heart. HEX triplet: 46, 1D and CE. RGB value is (70,29,206). Sum of RGB (Red+Green+Blue) = 70+29+206=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #461DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461DCE is #B9E231. Grayscale: #3C3C3C. Windows color (decimal): -12182066 or 13507910. OLE color: 13507910.
HSL color Cylindrical-coordinate representation of color #461DCE: hue angle of 253.9º 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 #461DCE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 29 | 206 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.19 |
| HSL | 253.9º | 0.75% | 0.46% | - |
| HSV(B) | 253.9º | 0.86% | 0.81% | - |
| XYZ | 14.11 | 6.64 | 58.93 | - |
| YUV | 61.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 206 | 0.66 | 0.86 | 0 | 0.19 | 253.9 | 0.75 | 0.46 |
| Hex | 46 | 1D | CE | 42 | 56 | 0 | 13 | FE | 4B | 2E |
| Octal | 106 | 35 | 316 | 102 | 126 | 0 | 23 | 376 | 113 | 56 |
| Binary | 1000110 | 11101 | 11001110 | 1000010 | 1010110 | 0 | 10011 | 11111110 | 1001011 | 101110 |
Color Harmonies of #461DCE
Complementary color
Monochromatic Colors of #461DCE
Black with #461DCE
Text Example
Text Example
White with #461DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DCE; }
p { color: rgb(70,29,206); }
H1.HeaderClassName
{
color: #461DCE;
}
.AnyTagClassName
{
color: #461DCE;
}
</style>
background-color css
<style>
a { background-color: #461DCE; }
a { background-color: rgb(70,29,206); }
div.DivClassName
{
background-color: #461DCE;
}
.BgClassName
{
background-color: #461DCE;
}
</style>
border-color css
<style>
span { border-color: #461DCE; }
span { border-color: rgb(70,29,206); }
td.TdClassName
{
border-color: #461DCE;
}
.TagClassName
{
border-color: #461DCE;
}
</style>