Shades of Purple Heart #4602B8
Tints of Purple Heart #4602B8
RGB
CMYK
RGB Variations
Color information
#4602B8 (or 0x4602B8) is known color: Purple Heart. HEX triplet: 46, 02 and B8. RGB value is (70,2,184). Sum of RGB (Red+Green+Blue) = 70+2+184=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 184 (72.27% from 255 or 71.88% from 256); Max value from RGB is 184 - color contains mainly: blue. Hex color #4602B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602B8 is #B9FD47. Grayscale: #2A2A2A. Windows color (decimal): -12189000 or 12059206. OLE color: 12059206.
HSL color Cylindrical-coordinate representation of color #4602B8: hue angle of 262.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602B8 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 2 | 184 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.28 |
| HSL | 262.42º | 0.98% | 0.36% | - |
| HSV(B) | 262.42º | 0.99% | 0.72% | - |
| XYZ | 11.2 | 4.81 | 45.68 | - |
| YUV | 43.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 184 | 0.62 | 0.99 | 0 | 0.28 | 262.42 | 0.98 | 0.36 |
| Hex | 46 | 2 | B8 | 3E | 63 | 0 | 1C | 106 | 62 | 24 |
| Octal | 106 | 2 | 270 | 76 | 143 | 0 | 34 | 406 | 142 | 44 |
| Binary | 1000110 | 10 | 10111000 | 111110 | 1100011 | 0 | 11100 | 100000110 | 1100010 | 100100 |
Color Harmonies of #4602B8
Complementary color
Monochromatic Colors of #4602B8
Black with #4602B8
Text Example
Text Example
White with #4602B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602B8; }
p { color: rgb(70,2,184); }
H1.HeaderClassName
{
color: #4602B8;
}
.AnyTagClassName
{
color: #4602B8;
}
</style>
background-color css
<style>
a { background-color: #4602B8; }
a { background-color: rgb(70,2,184); }
div.DivClassName
{
background-color: #4602B8;
}
.BgClassName
{
background-color: #4602B8;
}
</style>
border-color css
<style>
span { border-color: #4602B8; }
span { border-color: rgb(70,2,184); }
td.TdClassName
{
border-color: #4602B8;
}
.TagClassName
{
border-color: #4602B8;
}
</style>