Shades of Purple Heart #462DC0
Tints of Purple Heart #462DC0
RGB
CMYK
RGB Variations
Color information
#462DC0 (or 0x462DC0) is known color: Purple Heart. HEX triplet: 46, 2D and C0. RGB value is (70,45,192). Sum of RGB (Red+Green+Blue) = 70+45+192=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #462DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DC0 is #B9D23F. Grayscale: #444444. Windows color (decimal): -12177984 or 12594502. OLE color: 12594502.
HSL color Cylindrical-coordinate representation of color #462DC0: hue angle of 250.2º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462DC0 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 45 | 192 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.25 |
| HSL | 250.2º | 0.62% | 0.46% | - |
| HSV(B) | 250.2º | 0.77% | 0.75% | - |
| XYZ | 12.98 | 6.98 | 50.53 | - |
| YUV | 69.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 192 | 0.64 | 0.77 | 0 | 0.25 | 250.2 | 0.62 | 0.46 |
| Hex | 46 | 2D | C0 | 40 | 4D | 0 | 19 | FA | 3E | 2E |
| Octal | 106 | 55 | 300 | 100 | 115 | 0 | 31 | 372 | 76 | 56 |
| Binary | 1000110 | 101101 | 11000000 | 1000000 | 1001101 | 0 | 11001 | 11111010 | 111110 | 101110 |
Color Harmonies of #462DC0
Complementary color
Monochromatic Colors of #462DC0
Black with #462DC0
Text Example
Text Example
White with #462DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DC0; }
p { color: rgb(70,45,192); }
H1.HeaderClassName
{
color: #462DC0;
}
.AnyTagClassName
{
color: #462DC0;
}
</style>
background-color css
<style>
a { background-color: #462DC0; }
a { background-color: rgb(70,45,192); }
div.DivClassName
{
background-color: #462DC0;
}
.BgClassName
{
background-color: #462DC0;
}
</style>
border-color css
<style>
span { border-color: #462DC0; }
span { border-color: rgb(70,45,192); }
td.TdClassName
{
border-color: #462DC0;
}
.TagClassName
{
border-color: #462DC0;
}
</style>