Shades of Purple Heart #4620CD
Tints of Purple Heart #4620CD
RGB
CMYK
RGB Variations
Color information
#4620CD (or 0x4620CD) is known color: Purple Heart. HEX triplet: 46, 20 and CD. RGB value is (70,32,205). Sum of RGB (Red+Green+Blue) = 70+32+205=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #4620CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620CD is #B9DF32. Grayscale: #3E3E3E. Windows color (decimal): -12181299 or 13443142. OLE color: 13443142.
HSL color Cylindrical-coordinate representation of color #4620CD: hue angle of 253.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4620CD is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 32 | 205 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.20 |
| HSL | 253.18º | 0.73% | 0.46% | - |
| HSV(B) | 253.18º | 0.84% | 0.8% | - |
| XYZ | 14.06 | 6.74 | 58.32 | - |
| YUV | 63.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 205 | 0.66 | 0.84 | 0 | 0.20 | 253.18 | 0.73 | 0.46 |
| Hex | 46 | 20 | CD | 42 | 54 | 0 | 14 | FD | 49 | 2E |
| Octal | 106 | 40 | 315 | 102 | 124 | 0 | 24 | 375 | 111 | 56 |
| Binary | 1000110 | 100000 | 11001101 | 1000010 | 1010100 | 0 | 10100 | 11111101 | 1001001 | 101110 |
Color Harmonies of #4620CD
Complementary color
Monochromatic Colors of #4620CD
Black with #4620CD
Text Example
Text Example
White with #4620CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620CD; }
p { color: rgb(70,32,205); }
H1.HeaderClassName
{
color: #4620CD;
}
.AnyTagClassName
{
color: #4620CD;
}
</style>
background-color css
<style>
a { background-color: #4620CD; }
a { background-color: rgb(70,32,205); }
div.DivClassName
{
background-color: #4620CD;
}
.BgClassName
{
background-color: #4620CD;
}
</style>
border-color css
<style>
span { border-color: #4620CD; }
span { border-color: rgb(70,32,205); }
td.TdClassName
{
border-color: #4620CD;
}
.TagClassName
{
border-color: #4620CD;
}
</style>