Shades of Purple Heart #4702C4
Tints of Purple Heart #4702C4
RGB
CMYK
RGB Variations
Color information
#4702C4 (or 0x4702C4) is known color: Purple Heart. HEX triplet: 47, 02 and C4. RGB value is (71,2,196). Sum of RGB (Red+Green+Blue) = 71+2+196=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 196 (76.95% from 255 or 72.86% from 269); Max value from RGB is 196 - color contains mainly: blue. Hex color #4702C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702C4 is #B8FD3B. Grayscale: #2C2C2C. Windows color (decimal): -12123452 or 12845639. OLE color: 12845639.
HSL color Cylindrical-coordinate representation of color #4702C4: hue angle of 261.34º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702C4 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 2 | 196 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.23 |
| HSL | 261.34º | 0.98% | 0.39% | - |
| HSV(B) | 261.34º | 0.99% | 0.77% | - |
| XYZ | 12.58 | 5.37 | 52.6 | - |
| YUV | 44.75 | 213.36 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 196 | 0.64 | 0.99 | 0 | 0.23 | 261.34 | 0.98 | 0.39 |
| Hex | 47 | 2 | C4 | 40 | 63 | 0 | 17 | 105 | 62 | 27 |
| Octal | 107 | 2 | 304 | 100 | 143 | 0 | 27 | 405 | 142 | 47 |
| Binary | 1000111 | 10 | 11000100 | 1000000 | 1100011 | 0 | 10111 | 100000101 | 1100010 | 100111 |
Color Harmonies of #4702C4
Complementary color
Monochromatic Colors of #4702C4
Black with #4702C4
Text Example
Text Example
White with #4702C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4702C4; }
p { color: rgb(71,2,196); }
H1.HeaderClassName
{
color: #4702C4;
}
.AnyTagClassName
{
color: #4702C4;
}
</style>
background-color css
<style>
a { background-color: #4702C4; }
a { background-color: rgb(71,2,196); }
div.DivClassName
{
background-color: #4702C4;
}
.BgClassName
{
background-color: #4702C4;
}
</style>
border-color css
<style>
span { border-color: #4702C4; }
span { border-color: rgb(71,2,196); }
td.TdClassName
{
border-color: #4702C4;
}
.TagClassName
{
border-color: #4702C4;
}
</style>