Shades of Purple Heart #4709B6
Tints of Purple Heart #4709B6
RGB
CMYK
RGB Variations
Color information
#4709B6 (or 0x4709B6) is known color: Purple Heart. HEX triplet: 47, 09 and B6. RGB value is (71,9,182). Sum of RGB (Red+Green+Blue) = 71+9+182=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #4709B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4709B6 is #B8F649. Grayscale: #2E2E2E. Windows color (decimal): -12121674 or 11929927. OLE color: 11929927.
HSL color Cylindrical-coordinate representation of color #4709B6: hue angle of 261.5º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4709B6 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 9 | 182 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.29 |
| HSL | 261.5º | 0.91% | 0.37% | - |
| HSV(B) | 261.5º | 0.95% | 0.71% | - |
| XYZ | 11.14 | 4.91 | 44.62 | - |
| YUV | 47.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 182 | 0.61 | 0.95 | 0 | 0.29 | 261.5 | 0.91 | 0.37 |
| Hex | 47 | 9 | B6 | 3D | 5F | 0 | 1D | 106 | 5B | 25 |
| Octal | 107 | 11 | 266 | 75 | 137 | 0 | 35 | 406 | 133 | 45 |
| Binary | 1000111 | 1001 | 10110110 | 111101 | 1011111 | 0 | 11101 | 100000110 | 1011011 | 100101 |
Color Harmonies of #4709B6
Complementary color
Monochromatic Colors of #4709B6
Black with #4709B6
Text Example
Text Example
White with #4709B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709B6; }
p { color: rgb(71,9,182); }
H1.HeaderClassName
{
color: #4709B6;
}
.AnyTagClassName
{
color: #4709B6;
}
</style>
background-color css
<style>
a { background-color: #4709B6; }
a { background-color: rgb(71,9,182); }
div.DivClassName
{
background-color: #4709B6;
}
.BgClassName
{
background-color: #4709B6;
}
</style>
border-color css
<style>
span { border-color: #4709B6; }
span { border-color: rgb(71,9,182); }
td.TdClassName
{
border-color: #4709B6;
}
.TagClassName
{
border-color: #4709B6;
}
</style>