Shades of Purple Heart #4707B4
Tints of Purple Heart #4707B4
RGB
CMYK
RGB Variations
Color information
#4707B4 (or 0x4707B4) is known color: Purple Heart. HEX triplet: 47, 07 and B4. RGB value is (71,7,180). Sum of RGB (Red+Green+Blue) = 71+7+180=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #4707B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4707B4 is #B8F84B. Grayscale: #2D2D2D. Windows color (decimal): -12122188 or 11798343. OLE color: 11798343.
HSL color Cylindrical-coordinate representation of color #4707B4: hue angle of 262.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4707B4 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 7 | 180 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.29 |
| HSL | 262.2º | 0.93% | 0.37% | - |
| HSV(B) | 262.2º | 0.96% | 0.71% | - |
| XYZ | 10.91 | 4.79 | 43.53 | - |
| YUV | 45.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 180 | 0.61 | 0.96 | 0 | 0.29 | 262.2 | 0.93 | 0.37 |
| Hex | 47 | 7 | B4 | 3D | 60 | 0 | 1D | 106 | 5D | 25 |
| Octal | 107 | 7 | 264 | 75 | 140 | 0 | 35 | 406 | 135 | 45 |
| Binary | 1000111 | 111 | 10110100 | 111101 | 1100000 | 0 | 11101 | 100000110 | 1011101 | 100101 |
Color Harmonies of #4707B4
Complementary color
Monochromatic Colors of #4707B4
Black with #4707B4
Text Example
Text Example
White with #4707B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707B4; }
p { color: rgb(71,7,180); }
H1.HeaderClassName
{
color: #4707B4;
}
.AnyTagClassName
{
color: #4707B4;
}
</style>
background-color css
<style>
a { background-color: #4707B4; }
a { background-color: rgb(71,7,180); }
div.DivClassName
{
background-color: #4707B4;
}
.BgClassName
{
background-color: #4707B4;
}
</style>
border-color css
<style>
span { border-color: #4707B4; }
span { border-color: rgb(71,7,180); }
td.TdClassName
{
border-color: #4707B4;
}
.TagClassName
{
border-color: #4707B4;
}
</style>