Shades of Purple Heart #4708CC
Tints of Purple Heart #4708CC
RGB
CMYK
RGB Variations
Color information
#4708CC (or 0x4708CC) is known color: Purple Heart. HEX triplet: 47, 08 and CC. RGB value is (71,8,204). Sum of RGB (Red+Green+Blue) = 71+8+204=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #4708CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4708CC is #B8F733. Grayscale: #303030. Windows color (decimal): -12121908 or 13371463. OLE color: 13371463.
HSL color Cylindrical-coordinate representation of color #4708CC: hue angle of 259.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4708CC is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 8 | 204 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.2 |
| HSL | 259.29º | 0.92% | 0.42% | - |
| HSV(B) | 259.29º | 0.96% | 0.8% | - |
| XYZ | 13.58 | 5.87 | 57.54 | - |
| YUV | 49.18 | 215.37 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 204 | 0.65 | 0.96 | 0 | 0.2 | 259.29 | 0.92 | 0.42 |
| Hex | 47 | 8 | CC | 41 | 60 | 0 | 14 | 103 | 5C | 2A |
| Octal | 107 | 10 | 314 | 101 | 140 | 0 | 24 | 403 | 134 | 52 |
| Binary | 1000111 | 1000 | 11001100 | 1000001 | 1100000 | 0 | 10100 | 100000011 | 1011100 | 101010 |
Color Harmonies of #4708CC
Complementary color
Monochromatic Colors of #4708CC
Black with #4708CC
Text Example
Text Example
White with #4708CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4708CC; }
p { color: rgb(71,8,204); }
H1.HeaderClassName
{
color: #4708CC;
}
.AnyTagClassName
{
color: #4708CC;
}
</style>
background-color css
<style>
a { background-color: #4708CC; }
a { background-color: rgb(71,8,204); }
div.DivClassName
{
background-color: #4708CC;
}
.BgClassName
{
background-color: #4708CC;
}
</style>
border-color css
<style>
span { border-color: #4708CC; }
span { border-color: rgb(71,8,204); }
td.TdClassName
{
border-color: #4708CC;
}
.TagClassName
{
border-color: #4708CC;
}
</style>