Shades of Purple Heart #4319D0
Tints of Purple Heart #4319D0
RGB
CMYK
RGB Variations
Color information
#4319D0 (or 0x4319D0) is known color: Purple Heart. HEX triplet: 43, 19 and D0. RGB value is (67,25,208). Sum of RGB (Red+Green+Blue) = 67+25+208=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #4319D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4319D0 is #BCE62F. Grayscale: #393939. Windows color (decimal): -12379696 or 13637955. OLE color: 13637955.
HSL color Cylindrical-coordinate representation of color #4319D0: hue angle of 253.77º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4319D0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 25 | 208 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.18 |
| HSL | 253.77º | 0.79% | 0.46% | - |
| HSV(B) | 253.77º | 0.88% | 0.82% | - |
| XYZ | 14.05 | 6.44 | 60.18 | - |
| YUV | 58.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 208 | 0.68 | 0.88 | 0 | 0.18 | 253.77 | 0.79 | 0.46 |
| Hex | 43 | 19 | D0 | 44 | 58 | 0 | 12 | FE | 4F | 2E |
| Octal | 103 | 31 | 320 | 104 | 130 | 0 | 22 | 376 | 117 | 56 |
| Binary | 1000011 | 11001 | 11010000 | 1000100 | 1011000 | 0 | 10010 | 11111110 | 1001111 | 101110 |
Color Harmonies of #4319D0
Complementary color
Monochromatic Colors of #4319D0
Black with #4319D0
Text Example
Text Example
White with #4319D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319D0; }
p { color: rgb(67,25,208); }
H1.HeaderClassName
{
color: #4319D0;
}
.AnyTagClassName
{
color: #4319D0;
}
</style>
background-color css
<style>
a { background-color: #4319D0; }
a { background-color: rgb(67,25,208); }
div.DivClassName
{
background-color: #4319D0;
}
.BgClassName
{
background-color: #4319D0;
}
</style>
border-color css
<style>
span { border-color: #4319D0; }
span { border-color: rgb(67,25,208); }
td.TdClassName
{
border-color: #4319D0;
}
.TagClassName
{
border-color: #4319D0;
}
</style>