Shades of Purple Heart #462BD1
Tints of Purple Heart #462BD1
RGB
CMYK
RGB Variations
Color information
#462BD1 (or 0x462BD1) is known color: Purple Heart. HEX triplet: 46, 2B and D1. RGB value is (70,43,209). Sum of RGB (Red+Green+Blue) = 70+43+209=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 209 (82.03% from 255 or 64.91% from 322); Max value from RGB is 209 - color contains mainly: blue. Hex color #462BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BD1 is #B9D42E. Grayscale: #454545. Windows color (decimal): -12178479 or 13708102. OLE color: 13708102.
HSL color Cylindrical-coordinate representation of color #462BD1: hue angle of 249.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462BD1 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 43 | 209 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.18 |
| HSL | 249.76º | 0.66% | 0.49% | - |
| HSV(B) | 249.76º | 0.79% | 0.82% | - |
| XYZ | 14.9 | 7.63 | 61.01 | - |
| YUV | 70 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 209 | 0.67 | 0.79 | 0 | 0.18 | 249.76 | 0.66 | 0.49 |
| Hex | 46 | 2B | D1 | 43 | 4F | 0 | 12 | FA | 42 | 31 |
| Octal | 106 | 53 | 321 | 103 | 117 | 0 | 22 | 372 | 102 | 61 |
| Binary | 1000110 | 101011 | 11010001 | 1000011 | 1001111 | 0 | 10010 | 11111010 | 1000010 | 110001 |
Color Harmonies of #462BD1
Complementary color
Monochromatic Colors of #462BD1
Black with #462BD1
Text Example
Text Example
White with #462BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BD1; }
p { color: rgb(70,43,209); }
H1.HeaderClassName
{
color: #462BD1;
}
.AnyTagClassName
{
color: #462BD1;
}
</style>
background-color css
<style>
a { background-color: #462BD1; }
a { background-color: rgb(70,43,209); }
div.DivClassName
{
background-color: #462BD1;
}
.BgClassName
{
background-color: #462BD1;
}
</style>
border-color css
<style>
span { border-color: #462BD1; }
span { border-color: rgb(70,43,209); }
td.TdClassName
{
border-color: #462BD1;
}
.TagClassName
{
border-color: #462BD1;
}
</style>