Shades of Purple Heart #4606CA
Tints of Purple Heart #4606CA
RGB
CMYK
RGB Variations
Color information
#4606CA (or 0x4606CA) is known color: Purple Heart. HEX triplet: 46, 06 and CA. RGB value is (70,6,202). Sum of RGB (Red+Green+Blue) = 70+6+202=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #4606CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606CA is #B9F935. Grayscale: #2E2E2E. Windows color (decimal): -12187958 or 13239878. OLE color: 13239878.
HSL color Cylindrical-coordinate representation of color #4606CA: hue angle of 259.59º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606CA is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 6 | 202 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.21 |
| HSL | 259.59º | 0.94% | 0.41% | - |
| HSV(B) | 259.59º | 0.97% | 0.79% | - |
| XYZ | 13.25 | 5.7 | 56.28 | - |
| YUV | 47.48 | 215.2 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 202 | 0.65 | 0.97 | 0 | 0.21 | 259.59 | 0.94 | 0.41 |
| Hex | 46 | 6 | CA | 41 | 61 | 0 | 15 | 104 | 5E | 29 |
| Octal | 106 | 6 | 312 | 101 | 141 | 0 | 25 | 404 | 136 | 51 |
| Binary | 1000110 | 110 | 11001010 | 1000001 | 1100001 | 0 | 10101 | 100000100 | 1011110 | 101001 |
Color Harmonies of #4606CA
Complementary color
Monochromatic Colors of #4606CA
Black with #4606CA
Text Example
Text Example
White with #4606CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606CA; }
p { color: rgb(70,6,202); }
H1.HeaderClassName
{
color: #4606CA;
}
.AnyTagClassName
{
color: #4606CA;
}
</style>
background-color css
<style>
a { background-color: #4606CA; }
a { background-color: rgb(70,6,202); }
div.DivClassName
{
background-color: #4606CA;
}
.BgClassName
{
background-color: #4606CA;
}
</style>
border-color css
<style>
span { border-color: #4606CA; }
span { border-color: rgb(70,6,202); }
td.TdClassName
{
border-color: #4606CA;
}
.TagClassName
{
border-color: #4606CA;
}
</style>