Shades of Purple Heart #4320D0
Tints of Purple Heart #4320D0
RGB
CMYK
RGB Variations
Color information
#4320D0 (or 0x4320D0) is known color: Purple Heart. HEX triplet: 43, 20 and D0. RGB value is (67,32,208). Sum of RGB (Red+Green+Blue) = 67+32+208=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #4320D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320D0 is #BCDF2F. Grayscale: #3D3D3D. Windows color (decimal): -12377904 or 13639747. OLE color: 13639747.
HSL color Cylindrical-coordinate representation of color #4320D0: hue angle of 251.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4320D0 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 32 | 208 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.18 |
| HSL | 251.93º | 0.73% | 0.47% | - |
| HSV(B) | 251.93º | 0.85% | 0.82% | - |
| XYZ | 14.22 | 6.78 | 60.23 | - |
| YUV | 62.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 208 | 0.68 | 0.85 | 0 | 0.18 | 251.93 | 0.73 | 0.47 |
| Hex | 43 | 20 | D0 | 44 | 55 | 0 | 12 | FC | 49 | 2F |
| Octal | 103 | 40 | 320 | 104 | 125 | 0 | 22 | 374 | 111 | 57 |
| Binary | 1000011 | 100000 | 11010000 | 1000100 | 1010101 | 0 | 10010 | 11111100 | 1001001 | 101111 |
Color Harmonies of #4320D0
Complementary color
Monochromatic Colors of #4320D0
Black with #4320D0
Text Example
Text Example
White with #4320D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320D0; }
p { color: rgb(67,32,208); }
H1.HeaderClassName
{
color: #4320D0;
}
.AnyTagClassName
{
color: #4320D0;
}
</style>
background-color css
<style>
a { background-color: #4320D0; }
a { background-color: rgb(67,32,208); }
div.DivClassName
{
background-color: #4320D0;
}
.BgClassName
{
background-color: #4320D0;
}
</style>
border-color css
<style>
span { border-color: #4320D0; }
span { border-color: rgb(67,32,208); }
td.TdClassName
{
border-color: #4320D0;
}
.TagClassName
{
border-color: #4320D0;
}
</style>