Shades of Purple Heart #462BCF
Tints of Purple Heart #462BCF
RGB
CMYK
RGB Variations
Color information
#462BCF (or 0x462BCF) is known color: Purple Heart. HEX triplet: 46, 2B and CF. RGB value is (70,43,207). Sum of RGB (Red+Green+Blue) = 70+43+207=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #462BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BCF is #B9D430. Grayscale: #454545. Windows color (decimal): -12178481 or 13577030. OLE color: 13577030.
HSL color Cylindrical-coordinate representation of color #462BCF: hue angle of 249.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462BCF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 43 | 207 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.19 |
| HSL | 249.88º | 0.66% | 0.49% | - |
| HSV(B) | 249.88º | 0.79% | 0.81% | - |
| XYZ | 14.65 | 7.53 | 59.71 | - |
| YUV | 69.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 207 | 0.66 | 0.79 | 0 | 0.19 | 249.88 | 0.66 | 0.49 |
| Hex | 46 | 2B | CF | 42 | 4F | 0 | 13 | FA | 42 | 31 |
| Octal | 106 | 53 | 317 | 102 | 117 | 0 | 23 | 372 | 102 | 61 |
| Binary | 1000110 | 101011 | 11001111 | 1000010 | 1001111 | 0 | 10011 | 11111010 | 1000010 | 110001 |
Color Harmonies of #462BCF
Complementary color
Monochromatic Colors of #462BCF
Black with #462BCF
Text Example
Text Example
White with #462BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BCF; }
p { color: rgb(70,43,207); }
H1.HeaderClassName
{
color: #462BCF;
}
.AnyTagClassName
{
color: #462BCF;
}
</style>
background-color css
<style>
a { background-color: #462BCF; }
a { background-color: rgb(70,43,207); }
div.DivClassName
{
background-color: #462BCF;
}
.BgClassName
{
background-color: #462BCF;
}
</style>
border-color css
<style>
span { border-color: #462BCF; }
span { border-color: rgb(70,43,207); }
td.TdClassName
{
border-color: #462BCF;
}
.TagClassName
{
border-color: #462BCF;
}
</style>