Shades of Purple Heart #4709B2
Tints of Purple Heart #4709B2
RGB
CMYK
RGB Variations
Color information
#4709B2 (or 0x4709B2) is known color: Purple Heart. HEX triplet: 47, 09 and B2. RGB value is (71,9,178). Sum of RGB (Red+Green+Blue) = 71+9+178=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #4709B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4709B2 is #B8F64D. Grayscale: #2E2E2E. Windows color (decimal): -12121678 or 11667783. OLE color: 11667783.
HSL color Cylindrical-coordinate representation of color #4709B2: hue angle of 262.01º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4709B2 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 9 | 178 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.30 |
| HSL | 262.01º | 0.9% | 0.37% | - |
| HSV(B) | 262.01º | 0.95% | 0.7% | - |
| XYZ | 10.73 | 4.75 | 42.47 | - |
| YUV | 46.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 178 | 0.60 | 0.95 | 0 | 0.30 | 262.01 | 0.9 | 0.37 |
| Hex | 47 | 9 | B2 | 3C | 5F | 0 | 1E | 106 | 5A | 25 |
| Octal | 107 | 11 | 262 | 74 | 137 | 0 | 36 | 406 | 132 | 45 |
| Binary | 1000111 | 1001 | 10110010 | 111100 | 1011111 | 0 | 11110 | 100000110 | 1011010 | 100101 |
Color Harmonies of #4709B2
Complementary color
Monochromatic Colors of #4709B2
Black with #4709B2
Text Example
Text Example
White with #4709B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709B2; }
p { color: rgb(71,9,178); }
H1.HeaderClassName
{
color: #4709B2;
}
.AnyTagClassName
{
color: #4709B2;
}
</style>
background-color css
<style>
a { background-color: #4709B2; }
a { background-color: rgb(71,9,178); }
div.DivClassName
{
background-color: #4709B2;
}
.BgClassName
{
background-color: #4709B2;
}
</style>
border-color css
<style>
span { border-color: #4709B2; }
span { border-color: rgb(71,9,178); }
td.TdClassName
{
border-color: #4709B2;
}
.TagClassName
{
border-color: #4709B2;
}
</style>