Shades of Purple Heart #4704BD
Tints of Purple Heart #4704BD
RGB
CMYK
RGB Variations
Color information
#4704BD (or 0x4704BD) is known color: Purple Heart. HEX triplet: 47, 04 and BD. RGB value is (71,4,189). Sum of RGB (Red+Green+Blue) = 71+4+189=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #4704BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704BD is #B8FB42. Grayscale: #2C2C2C. Windows color (decimal): -12122947 or 12387399. OLE color: 12387399.
HSL color Cylindrical-coordinate representation of color #4704BD: hue angle of 261.73º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704BD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 4 | 189 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.26 |
| HSL | 261.73º | 0.96% | 0.38% | - |
| HSV(B) | 261.73º | 0.98% | 0.74% | - |
| XYZ | 11.83 | 5.1 | 48.51 | - |
| YUV | 45.12 | 209.2 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 189 | 0.62 | 0.98 | 0 | 0.26 | 261.73 | 0.96 | 0.38 |
| Hex | 47 | 4 | BD | 3E | 62 | 0 | 1A | 106 | 60 | 26 |
| Octal | 107 | 4 | 275 | 76 | 142 | 0 | 32 | 406 | 140 | 46 |
| Binary | 1000111 | 100 | 10111101 | 111110 | 1100010 | 0 | 11010 | 100000110 | 1100000 | 100110 |
Color Harmonies of #4704BD
Complementary color
Monochromatic Colors of #4704BD
Black with #4704BD
Text Example
Text Example
White with #4704BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704BD; }
p { color: rgb(71,4,189); }
H1.HeaderClassName
{
color: #4704BD;
}
.AnyTagClassName
{
color: #4704BD;
}
</style>
background-color css
<style>
a { background-color: #4704BD; }
a { background-color: rgb(71,4,189); }
div.DivClassName
{
background-color: #4704BD;
}
.BgClassName
{
background-color: #4704BD;
}
</style>
border-color css
<style>
span { border-color: #4704BD; }
span { border-color: rgb(71,4,189); }
td.TdClassName
{
border-color: #4704BD;
}
.TagClassName
{
border-color: #4704BD;
}
</style>