Shades of Purple Heart #4730BB
Tints of Purple Heart #4730BB
RGB
CMYK
RGB Variations
Color information
#4730BB (or 0x4730BB) is known color: Purple Heart. HEX triplet: 47, 30 and BB. RGB value is (71,48,187). Sum of RGB (Red+Green+Blue) = 71+48+187=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #4730BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730BB is #B8CF44. Grayscale: #464646. Windows color (decimal): -12111685 or 12267591. OLE color: 12267591.
HSL color Cylindrical-coordinate representation of color #4730BB: hue angle of 249.93º 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 #4730BB is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 48 | 187 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.27 |
| HSL | 249.93º | 0.59% | 0.46% | - |
| HSV(B) | 249.93º | 0.74% | 0.73% | - |
| XYZ | 12.63 | 7.04 | 47.71 | - |
| YUV | 70.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 187 | 0.62 | 0.74 | 0 | 0.27 | 249.93 | 0.59 | 0.46 |
| Hex | 47 | 30 | BB | 3E | 4A | 0 | 1B | FA | 3B | 2E |
| Octal | 107 | 60 | 273 | 76 | 112 | 0 | 33 | 372 | 73 | 56 |
| Binary | 1000111 | 110000 | 10111011 | 111110 | 1001010 | 0 | 11011 | 11111010 | 111011 | 101110 |
Color Harmonies of #4730BB
Complementary color
Monochromatic Colors of #4730BB
Black with #4730BB
Text Example
Text Example
White with #4730BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730BB; }
p { color: rgb(71,48,187); }
H1.HeaderClassName
{
color: #4730BB;
}
.AnyTagClassName
{
color: #4730BB;
}
</style>
background-color css
<style>
a { background-color: #4730BB; }
a { background-color: rgb(71,48,187); }
div.DivClassName
{
background-color: #4730BB;
}
.BgClassName
{
background-color: #4730BB;
}
</style>
border-color css
<style>
span { border-color: #4730BB; }
span { border-color: rgb(71,48,187); }
td.TdClassName
{
border-color: #4730BB;
}
.TagClassName
{
border-color: #4730BB;
}
</style>