Shades of Purple Heart #4704CB
Tints of Purple Heart #4704CB
RGB
CMYK
RGB Variations
Color information
#4704CB (or 0x4704CB) is known color: Purple Heart. HEX triplet: 47, 04 and CB. RGB value is (71,4,203). Sum of RGB (Red+Green+Blue) = 71+4+203=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #4704CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704CB is #B8FB34. Grayscale: #2D2D2D. Windows color (decimal): -12122933 or 13304903. OLE color: 13304903.
HSL color Cylindrical-coordinate representation of color #4704CB: hue angle of 260.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704CB is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 4 | 203 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.20 |
| HSL | 260.2º | 0.96% | 0.41% | - |
| HSV(B) | 260.2º | 0.98% | 0.8% | - |
| XYZ | 13.42 | 5.74 | 56.9 | - |
| YUV | 46.72 | 216.2 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 203 | 0.65 | 0.98 | 0 | 0.20 | 260.2 | 0.96 | 0.41 |
| Hex | 47 | 4 | CB | 41 | 62 | 0 | 14 | 104 | 60 | 29 |
| Octal | 107 | 4 | 313 | 101 | 142 | 0 | 24 | 404 | 140 | 51 |
| Binary | 1000111 | 100 | 11001011 | 1000001 | 1100010 | 0 | 10100 | 100000100 | 1100000 | 101001 |
Color Harmonies of #4704CB
Complementary color
Monochromatic Colors of #4704CB
Black with #4704CB
Text Example
Text Example
White with #4704CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704CB; }
p { color: rgb(71,4,203); }
H1.HeaderClassName
{
color: #4704CB;
}
.AnyTagClassName
{
color: #4704CB;
}
</style>
background-color css
<style>
a { background-color: #4704CB; }
a { background-color: rgb(71,4,203); }
div.DivClassName
{
background-color: #4704CB;
}
.BgClassName
{
background-color: #4704CB;
}
</style>
border-color css
<style>
span { border-color: #4704CB; }
span { border-color: rgb(71,4,203); }
td.TdClassName
{
border-color: #4704CB;
}
.TagClassName
{
border-color: #4704CB;
}
</style>