Shades of Purple Heart #4602BD
Tints of Purple Heart #4602BD
RGB
CMYK
RGB Variations
Color information
#4602BD (or 0x4602BD) is known color: Purple Heart. HEX triplet: 46, 02 and BD. RGB value is (70,2,189). Sum of RGB (Red+Green+Blue) = 70+2+189=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #4602BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602BD is #B9FD42. Grayscale: #2A2A2A. Windows color (decimal): -12188995 or 12386886. OLE color: 12386886.
HSL color Cylindrical-coordinate representation of color #4602BD: hue angle of 261.82º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602BD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 2 | 189 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.26 |
| HSL | 261.82º | 0.98% | 0.37% | - |
| HSV(B) | 261.82º | 0.99% | 0.74% | - |
| XYZ | 11.73 | 5.02 | 48.49 | - |
| YUV | 43.65 | 210.03 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 189 | 0.63 | 0.99 | 0 | 0.26 | 261.82 | 0.98 | 0.37 |
| Hex | 46 | 2 | BD | 3F | 63 | 0 | 1A | 106 | 62 | 25 |
| Octal | 106 | 2 | 275 | 77 | 143 | 0 | 32 | 406 | 142 | 45 |
| Binary | 1000110 | 10 | 10111101 | 111111 | 1100011 | 0 | 11010 | 100000110 | 1100010 | 100101 |
Color Harmonies of #4602BD
Complementary color
Monochromatic Colors of #4602BD
Black with #4602BD
Text Example
Text Example
White with #4602BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602BD; }
p { color: rgb(70,2,189); }
H1.HeaderClassName
{
color: #4602BD;
}
.AnyTagClassName
{
color: #4602BD;
}
</style>
background-color css
<style>
a { background-color: #4602BD; }
a { background-color: rgb(70,2,189); }
div.DivClassName
{
background-color: #4602BD;
}
.BgClassName
{
background-color: #4602BD;
}
</style>
border-color css
<style>
span { border-color: #4602BD; }
span { border-color: rgb(70,2,189); }
td.TdClassName
{
border-color: #4602BD;
}
.TagClassName
{
border-color: #4602BD;
}
</style>