Shades of Purple Heart #4730D7
Tints of Purple Heart #4730D7
RGB
CMYK
RGB Variations
Color information
#4730D7 (or 0x4730D7) is known color: Purple Heart. HEX triplet: 47, 30 and D7. RGB value is (71,48,215). Sum of RGB (Red+Green+Blue) = 71+48+215=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #4730D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730D7 is #B8CF28. Grayscale: #494949. Windows color (decimal): -12111657 or 14102599. OLE color: 14102599.
HSL color Cylindrical-coordinate representation of color #4730D7: hue angle of 248.26º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4730D7 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 48 | 215 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.16 |
| HSL | 248.26º | 0.68% | 0.52% | - |
| HSV(B) | 248.26º | 0.78% | 0.84% | - |
| XYZ | 15.92 | 8.36 | 65.06 | - |
| YUV | 73.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 215 | 0.67 | 0.78 | 0 | 0.16 | 248.26 | 0.68 | 0.52 |
| Hex | 47 | 30 | D7 | 43 | 4E | 0 | 10 | F8 | 44 | 34 |
| Octal | 107 | 60 | 327 | 103 | 116 | 0 | 20 | 370 | 104 | 64 |
| Binary | 1000111 | 110000 | 11010111 | 1000011 | 1001110 | 0 | 10000 | 11111000 | 1000100 | 110100 |
Color Harmonies of #4730D7
Complementary color
Monochromatic Colors of #4730D7
Black with #4730D7
Text Example
Text Example
White with #4730D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4730D7; }
p { color: rgb(71,48,215); }
H1.HeaderClassName
{
color: #4730D7;
}
.AnyTagClassName
{
color: #4730D7;
}
</style>
background-color css
<style>
a { background-color: #4730D7; }
a { background-color: rgb(71,48,215); }
div.DivClassName
{
background-color: #4730D7;
}
.BgClassName
{
background-color: #4730D7;
}
</style>
border-color css
<style>
span { border-color: #4730D7; }
span { border-color: rgb(71,48,215); }
td.TdClassName
{
border-color: #4730D7;
}
.TagClassName
{
border-color: #4730D7;
}
</style>