Shades of Purple Heart #461FCE
Tints of Purple Heart #461FCE
RGB
CMYK
RGB Variations
Color information
#461FCE (or 0x461FCE) is known color: Purple Heart. HEX triplet: 46, 1F and CE. RGB value is (70,31,206). Sum of RGB (Red+Green+Blue) = 70+31+206=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #461FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCE is #B9E031. Grayscale: #3D3D3D. Windows color (decimal): -12181554 or 13508422. OLE color: 13508422.
HSL color Cylindrical-coordinate representation of color #461FCE: hue angle of 253.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461FCE is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 31 | 206 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.19 |
| HSL | 253.37º | 0.74% | 0.46% | - |
| HSV(B) | 253.37º | 0.85% | 0.81% | - |
| XYZ | 14.16 | 6.74 | 58.95 | - |
| YUV | 62.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 206 | 0.66 | 0.85 | 0 | 0.19 | 253.37 | 0.74 | 0.46 |
| Hex | 46 | 1F | CE | 42 | 55 | 0 | 13 | FD | 4A | 2E |
| Octal | 106 | 37 | 316 | 102 | 125 | 0 | 23 | 375 | 112 | 56 |
| Binary | 1000110 | 11111 | 11001110 | 1000010 | 1010101 | 0 | 10011 | 11111101 | 1001010 | 101110 |
Color Harmonies of #461FCE
Complementary color
Monochromatic Colors of #461FCE
Black with #461FCE
Text Example
Text Example
White with #461FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FCE; }
p { color: rgb(70,31,206); }
H1.HeaderClassName
{
color: #461FCE;
}
.AnyTagClassName
{
color: #461FCE;
}
</style>
background-color css
<style>
a { background-color: #461FCE; }
a { background-color: rgb(70,31,206); }
div.DivClassName
{
background-color: #461FCE;
}
.BgClassName
{
background-color: #461FCE;
}
</style>
border-color css
<style>
span { border-color: #461FCE; }
span { border-color: rgb(70,31,206); }
td.TdClassName
{
border-color: #461FCE;
}
.TagClassName
{
border-color: #461FCE;
}
</style>