Shades of Purple Heart #4630B9
Tints of Purple Heart #4630B9
RGB
CMYK
RGB Variations
Color information
#4630B9 (or 0x4630B9) is known color: Purple Heart. HEX triplet: 46, 30 and B9. RGB value is (70,48,185). Sum of RGB (Red+Green+Blue) = 70+48+185=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #4630B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630B9 is #B9CF46. Grayscale: #454545. Windows color (decimal): -12177223 or 12136518. OLE color: 12136518.
HSL color Cylindrical-coordinate representation of color #4630B9: hue angle of 249.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4630B9 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 48 | 185 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.27 |
| HSL | 249.64º | 0.59% | 0.46% | - |
| HSV(B) | 249.64º | 0.74% | 0.73% | - |
| XYZ | 12.34 | 6.92 | 46.58 | - |
| YUV | 70.2 | 192.79 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 185 | 0.62 | 0.74 | 0 | 0.27 | 249.64 | 0.59 | 0.46 |
| Hex | 46 | 30 | B9 | 3E | 4A | 0 | 1B | FA | 3B | 2E |
| Octal | 106 | 60 | 271 | 76 | 112 | 0 | 33 | 372 | 73 | 56 |
| Binary | 1000110 | 110000 | 10111001 | 111110 | 1001010 | 0 | 11011 | 11111010 | 111011 | 101110 |
Color Harmonies of #4630B9
Complementary color
Monochromatic Colors of #4630B9
Black with #4630B9
Text Example
Text Example
White with #4630B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630B9; }
p { color: rgb(70,48,185); }
H1.HeaderClassName
{
color: #4630B9;
}
.AnyTagClassName
{
color: #4630B9;
}
</style>
background-color css
<style>
a { background-color: #4630B9; }
a { background-color: rgb(70,48,185); }
div.DivClassName
{
background-color: #4630B9;
}
.BgClassName
{
background-color: #4630B9;
}
</style>
border-color css
<style>
span { border-color: #4630B9; }
span { border-color: rgb(70,48,185); }
td.TdClassName
{
border-color: #4630B9;
}
.TagClassName
{
border-color: #4630B9;
}
</style>