Shades of Purple Heart #462FD0
Tints of Purple Heart #462FD0
RGB
CMYK
RGB Variations
Color information
#462FD0 (or 0x462FD0) is known color: Purple Heart. HEX triplet: 46, 2F and D0. RGB value is (70,47,208). Sum of RGB (Red+Green+Blue) = 70+47+208=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #462FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FD0 is #B9D02F. Grayscale: #474747. Windows color (decimal): -12177456 or 13643590. OLE color: 13643590.
HSL color Cylindrical-coordinate representation of color #462FD0: hue angle of 248.57º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462FD0 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 47 | 208 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.18 |
| HSL | 248.57º | 0.63% | 0.5% | - |
| HSV(B) | 248.57º | 0.77% | 0.82% | - |
| XYZ | 14.93 | 7.89 | 60.41 | - |
| YUV | 72.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 208 | 0.66 | 0.77 | 0 | 0.18 | 248.57 | 0.63 | 0.5 |
| Hex | 46 | 2F | D0 | 42 | 4D | 0 | 12 | F9 | 3F | 32 |
| Octal | 106 | 57 | 320 | 102 | 115 | 0 | 22 | 371 | 77 | 62 |
| Binary | 1000110 | 101111 | 11010000 | 1000010 | 1001101 | 0 | 10010 | 11111001 | 111111 | 110010 |
Color Harmonies of #462FD0
Complementary color
Monochromatic Colors of #462FD0
Black with #462FD0
Text Example
Text Example
White with #462FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462FD0; }
p { color: rgb(70,47,208); }
H1.HeaderClassName
{
color: #462FD0;
}
.AnyTagClassName
{
color: #462FD0;
}
</style>
background-color css
<style>
a { background-color: #462FD0; }
a { background-color: rgb(70,47,208); }
div.DivClassName
{
background-color: #462FD0;
}
.BgClassName
{
background-color: #462FD0;
}
</style>
border-color css
<style>
span { border-color: #462FD0; }
span { border-color: rgb(70,47,208); }
td.TdClassName
{
border-color: #462FD0;
}
.TagClassName
{
border-color: #462FD0;
}
</style>