Shades of Purple Heart #462DC7
Tints of Purple Heart #462DC7
RGB
CMYK
RGB Variations
Color information
#462DC7 (or 0x462DC7) is known color: Purple Heart. HEX triplet: 46, 2D and C7. RGB value is (70,45,199). Sum of RGB (Red+Green+Blue) = 70+45+199=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #462DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DC7 is #B9D238. Grayscale: #454545. Windows color (decimal): -12177977 or 13053254. OLE color: 13053254.
HSL color Cylindrical-coordinate representation of color #462DC7: hue angle of 249.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462DC7 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 45 | 199 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.22 |
| HSL | 249.74º | 0.63% | 0.48% | - |
| HSV(B) | 249.74º | 0.77% | 0.78% | - |
| XYZ | 13.77 | 7.3 | 54.72 | - |
| YUV | 70.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 199 | 0.65 | 0.77 | 0 | 0.22 | 249.74 | 0.63 | 0.48 |
| Hex | 46 | 2D | C7 | 41 | 4D | 0 | 16 | FA | 3F | 30 |
| Octal | 106 | 55 | 307 | 101 | 115 | 0 | 26 | 372 | 77 | 60 |
| Binary | 1000110 | 101101 | 11000111 | 1000001 | 1001101 | 0 | 10110 | 11111010 | 111111 | 110000 |
Color Harmonies of #462DC7
Complementary color
Monochromatic Colors of #462DC7
Black with #462DC7
Text Example
Text Example
White with #462DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DC7; }
p { color: rgb(70,45,199); }
H1.HeaderClassName
{
color: #462DC7;
}
.AnyTagClassName
{
color: #462DC7;
}
</style>
background-color css
<style>
a { background-color: #462DC7; }
a { background-color: rgb(70,45,199); }
div.DivClassName
{
background-color: #462DC7;
}
.BgClassName
{
background-color: #462DC7;
}
</style>
border-color css
<style>
span { border-color: #462DC7; }
span { border-color: rgb(70,45,199); }
td.TdClassName
{
border-color: #462DC7;
}
.TagClassName
{
border-color: #462DC7;
}
</style>