Shades of Purple Heart #4630BF
Tints of Purple Heart #4630BF
RGB
CMYK
RGB Variations
Color information
#4630BF (or 0x4630BF) is known color: Purple Heart. HEX triplet: 46, 30 and BF. RGB value is (70,48,191). Sum of RGB (Red+Green+Blue) = 70+48+191=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #4630BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630BF is #B9CF40. Grayscale: #464646. Windows color (decimal): -12177217 or 12529734. OLE color: 12529734.
HSL color Cylindrical-coordinate representation of color #4630BF: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4630BF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 48 | 191 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.25 |
| HSL | 249.23º | 0.6% | 0.47% | - |
| HSV(B) | 249.23º | 0.75% | 0.75% | - |
| XYZ | 12.99 | 7.18 | 49.99 | - |
| YUV | 70.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 191 | 0.63 | 0.75 | 0 | 0.25 | 249.23 | 0.6 | 0.47 |
| Hex | 46 | 30 | BF | 3F | 4B | 0 | 19 | F9 | 3C | 2F |
| Octal | 106 | 60 | 277 | 77 | 113 | 0 | 31 | 371 | 74 | 57 |
| Binary | 1000110 | 110000 | 10111111 | 111111 | 1001011 | 0 | 11001 | 11111001 | 111100 | 101111 |
Color Harmonies of #4630BF
Complementary color
Monochromatic Colors of #4630BF
Black with #4630BF
Text Example
Text Example
White with #4630BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630BF; }
p { color: rgb(70,48,191); }
H1.HeaderClassName
{
color: #4630BF;
}
.AnyTagClassName
{
color: #4630BF;
}
</style>
background-color css
<style>
a { background-color: #4630BF; }
a { background-color: rgb(70,48,191); }
div.DivClassName
{
background-color: #4630BF;
}
.BgClassName
{
background-color: #4630BF;
}
</style>
border-color css
<style>
span { border-color: #4630BF; }
span { border-color: rgb(70,48,191); }
td.TdClassName
{
border-color: #4630BF;
}
.TagClassName
{
border-color: #4630BF;
}
</style>