Shades of Purple Heart #4606B8
Tints of Purple Heart #4606B8
RGB
CMYK
RGB Variations
Color information
#4606B8 (or 0x4606B8) is known color: Purple Heart. HEX triplet: 46, 06 and B8. RGB value is (70,6,184). Sum of RGB (Red+Green+Blue) = 70+6+184=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 184 (72.27% from 255 or 70.77% from 260); Max value from RGB is 184 - color contains mainly: blue. Hex color #4606B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606B8 is #B9F947. Grayscale: #2C2C2C. Windows color (decimal): -12187976 or 12060230. OLE color: 12060230.
HSL color Cylindrical-coordinate representation of color #4606B8: hue angle of 261.57º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606B8 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 6 | 184 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.28 |
| HSL | 261.57º | 0.94% | 0.37% | - |
| HSV(B) | 261.57º | 0.97% | 0.72% | - |
| XYZ | 11.24 | 4.89 | 45.7 | - |
| YUV | 45.43 | 206.2 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 184 | 0.62 | 0.97 | 0 | 0.28 | 261.57 | 0.94 | 0.37 |
| Hex | 46 | 6 | B8 | 3E | 61 | 0 | 1C | 106 | 5E | 25 |
| Octal | 106 | 6 | 270 | 76 | 141 | 0 | 34 | 406 | 136 | 45 |
| Binary | 1000110 | 110 | 10111000 | 111110 | 1100001 | 0 | 11100 | 100000110 | 1011110 | 100101 |
Color Harmonies of #4606B8
Complementary color
Monochromatic Colors of #4606B8
Black with #4606B8
Text Example
Text Example
White with #4606B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606B8; }
p { color: rgb(70,6,184); }
H1.HeaderClassName
{
color: #4606B8;
}
.AnyTagClassName
{
color: #4606B8;
}
</style>
background-color css
<style>
a { background-color: #4606B8; }
a { background-color: rgb(70,6,184); }
div.DivClassName
{
background-color: #4606B8;
}
.BgClassName
{
background-color: #4606B8;
}
</style>
border-color css
<style>
span { border-color: #4606B8; }
span { border-color: rgb(70,6,184); }
td.TdClassName
{
border-color: #4606B8;
}
.TagClassName
{
border-color: #4606B8;
}
</style>