Shades of Purple Heart #462BC7
Tints of Purple Heart #462BC7
RGB
CMYK
RGB Variations
Color information
#462BC7 (or 0x462BC7) is known color: Purple Heart. HEX triplet: 46, 2B and C7. RGB value is (70,43,199). Sum of RGB (Red+Green+Blue) = 70+43+199=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #462BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BC7 is #B9D438. Grayscale: #444444. Windows color (decimal): -12178489 or 13052742. OLE color: 13052742.
HSL color Cylindrical-coordinate representation of color #462BC7: hue angle of 250.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462BC7 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 43 | 199 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.22 |
| HSL | 250.38º | 0.64% | 0.47% | - |
| HSV(B) | 250.38º | 0.78% | 0.78% | - |
| XYZ | 13.7 | 7.15 | 54.69 | - |
| YUV | 68.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 199 | 0.65 | 0.78 | 0 | 0.22 | 250.38 | 0.64 | 0.47 |
| Hex | 46 | 2B | C7 | 41 | 4E | 0 | 16 | FA | 40 | 2F |
| Octal | 106 | 53 | 307 | 101 | 116 | 0 | 26 | 372 | 100 | 57 |
| Binary | 1000110 | 101011 | 11000111 | 1000001 | 1001110 | 0 | 10110 | 11111010 | 1000000 | 101111 |
Color Harmonies of #462BC7
Complementary color
Monochromatic Colors of #462BC7
Black with #462BC7
Text Example
Text Example
White with #462BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BC7; }
p { color: rgb(70,43,199); }
H1.HeaderClassName
{
color: #462BC7;
}
.AnyTagClassName
{
color: #462BC7;
}
</style>
background-color css
<style>
a { background-color: #462BC7; }
a { background-color: rgb(70,43,199); }
div.DivClassName
{
background-color: #462BC7;
}
.BgClassName
{
background-color: #462BC7;
}
</style>
border-color css
<style>
span { border-color: #462BC7; }
span { border-color: rgb(70,43,199); }
td.TdClassName
{
border-color: #462BC7;
}
.TagClassName
{
border-color: #462BC7;
}
</style>