Shades of Purple Heart #6716DA
Tints of Purple Heart #6716DA
RGB
CMYK
RGB Variations
Color information
#6716DA (or 0x6716DA) is known color: Purple Heart. HEX triplet: 67, 16 and DA. RGB value is (103,22,218). Sum of RGB (Red+Green+Blue) = 103+22+218=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #6716DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716DA is #98E925. Grayscale: #434343. Windows color (decimal): -10021158 or 14292583. OLE color: 14292583.
HSL color Cylindrical-coordinate representation of color #6716DA: hue angle of 264.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6716DA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 22 | 218 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.15 |
| HSL | 264.8º | 0.82% | 0.47% | - |
| HSV(B) | 264.8º | 0.9% | 0.85% | - |
| XYZ | 18.54 | 8.52 | 67 | - |
| YUV | 68.56 | 212.34 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 218 | 0.53 | 0.90 | 0 | 0.15 | 264.8 | 0.82 | 0.47 |
| Hex | 67 | 16 | DA | 35 | 5A | 0 | F | 109 | 52 | 2F |
| Octal | 147 | 26 | 332 | 65 | 132 | 0 | 17 | 411 | 122 | 57 |
| Binary | 1100111 | 10110 | 11011010 | 110101 | 1011010 | 0 | 1111 | 100001001 | 1010010 | 101111 |
Color Harmonies of #6716DA
Complementary color
Monochromatic Colors of #6716DA
Black with #6716DA
Text Example
Text Example
White with #6716DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6716DA; }
p { color: rgb(103,22,218); }
H1.HeaderClassName
{
color: #6716DA;
}
.AnyTagClassName
{
color: #6716DA;
}
</style>
background-color css
<style>
a { background-color: #6716DA; }
a { background-color: rgb(103,22,218); }
div.DivClassName
{
background-color: #6716DA;
}
.BgClassName
{
background-color: #6716DA;
}
</style>
border-color css
<style>
span { border-color: #6716DA; }
span { border-color: rgb(103,22,218); }
td.TdClassName
{
border-color: #6716DA;
}
.TagClassName
{
border-color: #6716DA;
}
</style>