Shades of Purple Heart #4703CB
Tints of Purple Heart #4703CB
RGB
CMYK
RGB Variations
Color information
#4703CB (or 0x4703CB) is known color: Purple Heart. HEX triplet: 47, 03 and CB. RGB value is (71,3,203). Sum of RGB (Red+Green+Blue) = 71+3+203=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #4703CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4703CB is #B8FC34. Grayscale: #2D2D2D. Windows color (decimal): -12123189 or 13304647. OLE color: 13304647.
HSL color Cylindrical-coordinate representation of color #4703CB: hue angle of 260.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4703CB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 3 | 203 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.20 |
| HSL | 260.4º | 0.97% | 0.4% | - |
| HSV(B) | 260.4º | 0.99% | 0.8% | - |
| XYZ | 13.41 | 5.72 | 56.9 | - |
| YUV | 46.13 | 216.53 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 203 | 0.65 | 0.99 | 0 | 0.20 | 260.4 | 0.97 | 0.4 |
| Hex | 47 | 3 | CB | 41 | 63 | 0 | 14 | 104 | 61 | 28 |
| Octal | 107 | 3 | 313 | 101 | 143 | 0 | 24 | 404 | 141 | 50 |
| Binary | 1000111 | 11 | 11001011 | 1000001 | 1100011 | 0 | 10100 | 100000100 | 1100001 | 101000 |
Color Harmonies of #4703CB
Complementary color
Monochromatic Colors of #4703CB
Black with #4703CB
Text Example
Text Example
White with #4703CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4703CB; }
p { color: rgb(71,3,203); }
H1.HeaderClassName
{
color: #4703CB;
}
.AnyTagClassName
{
color: #4703CB;
}
</style>
background-color css
<style>
a { background-color: #4703CB; }
a { background-color: rgb(71,3,203); }
div.DivClassName
{
background-color: #4703CB;
}
.BgClassName
{
background-color: #4703CB;
}
</style>
border-color css
<style>
span { border-color: #4703CB; }
span { border-color: rgb(71,3,203); }
td.TdClassName
{
border-color: #4703CB;
}
.TagClassName
{
border-color: #4703CB;
}
</style>