Shades of Purple Heart #462CCF
Tints of Purple Heart #462CCF
RGB
CMYK
RGB Variations
Color information
#462CCF (or 0x462CCF) is known color: Purple Heart. HEX triplet: 46, 2C and CF. RGB value is (70,44,207). Sum of RGB (Red+Green+Blue) = 70+44+207=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #462CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CCF is #B9D330. Grayscale: #454545. Windows color (decimal): -12178225 or 13577286. OLE color: 13577286.
HSL color Cylindrical-coordinate representation of color #462CCF: hue angle of 249.57º degrees, saturation: 0.65, 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 #462CCF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 44 | 207 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.19 |
| HSL | 249.57º | 0.65% | 0.49% | - |
| HSV(B) | 249.57º | 0.79% | 0.81% | - |
| XYZ | 14.69 | 7.61 | 59.73 | - |
| YUV | 70.36 | 205.11 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 207 | 0.66 | 0.79 | 0 | 0.19 | 249.57 | 0.65 | 0.49 |
| Hex | 46 | 2C | CF | 42 | 4F | 0 | 13 | FA | 41 | 31 |
| Octal | 106 | 54 | 317 | 102 | 117 | 0 | 23 | 372 | 101 | 61 |
| Binary | 1000110 | 101100 | 11001111 | 1000010 | 1001111 | 0 | 10011 | 11111010 | 1000001 | 110001 |
Color Harmonies of #462CCF
Complementary color
Monochromatic Colors of #462CCF
Black with #462CCF
Text Example
Text Example
White with #462CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CCF; }
p { color: rgb(70,44,207); }
H1.HeaderClassName
{
color: #462CCF;
}
.AnyTagClassName
{
color: #462CCF;
}
</style>
background-color css
<style>
a { background-color: #462CCF; }
a { background-color: rgb(70,44,207); }
div.DivClassName
{
background-color: #462CCF;
}
.BgClassName
{
background-color: #462CCF;
}
</style>
border-color css
<style>
span { border-color: #462CCF; }
span { border-color: rgb(70,44,207); }
td.TdClassName
{
border-color: #462CCF;
}
.TagClassName
{
border-color: #462CCF;
}
</style>