Shades of Purple Heart #462DB4
Tints of Purple Heart #462DB4
RGB
CMYK
RGB Variations
Color information
#462DB4 (or 0x462DB4) is known color: Purple Heart. HEX triplet: 46, 2D and B4. RGB value is (70,45,180). Sum of RGB (Red+Green+Blue) = 70+45+180=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #462DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DB4 is #B9D24B. Grayscale: #434343. Windows color (decimal): -12177996 or 11808070. OLE color: 11808070.
HSL color Cylindrical-coordinate representation of color #462DB4: hue angle of 251.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462DB4 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 45 | 180 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.29 |
| HSL | 251.11º | 0.6% | 0.44% | - |
| HSV(B) | 251.11º | 0.75% | 0.71% | - |
| XYZ | 11.7 | 6.47 | 43.81 | - |
| YUV | 67.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 180 | 0.61 | 0.75 | 0 | 0.29 | 251.11 | 0.6 | 0.44 |
| Hex | 46 | 2D | B4 | 3D | 4B | 0 | 1D | FB | 3C | 2C |
| Octal | 106 | 55 | 264 | 75 | 113 | 0 | 35 | 373 | 74 | 54 |
| Binary | 1000110 | 101101 | 10110100 | 111101 | 1001011 | 0 | 11101 | 11111011 | 111100 | 101100 |
Color Harmonies of #462DB4
Complementary color
Monochromatic Colors of #462DB4
Black with #462DB4
Text Example
Text Example
White with #462DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DB4; }
p { color: rgb(70,45,180); }
H1.HeaderClassName
{
color: #462DB4;
}
.AnyTagClassName
{
color: #462DB4;
}
</style>
background-color css
<style>
a { background-color: #462DB4; }
a { background-color: rgb(70,45,180); }
div.DivClassName
{
background-color: #462DB4;
}
.BgClassName
{
background-color: #462DB4;
}
</style>
border-color css
<style>
span { border-color: #462DB4; }
span { border-color: rgb(70,45,180); }
td.TdClassName
{
border-color: #462DB4;
}
.TagClassName
{
border-color: #462DB4;
}
</style>