Shades of Purple Heart #6710DA
Tints of Purple Heart #6710DA
RGB
CMYK
RGB Variations
Color information
#6710DA (or 0x6710DA) is known color: Purple Heart. HEX triplet: 67, 10 and DA. RGB value is (103,16,218). Sum of RGB (Red+Green+Blue) = 103+16+218=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #6710DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6710DA is #98EF25. Grayscale: #404040. Windows color (decimal): -10022694 or 14291047. OLE color: 14291047.
HSL color Cylindrical-coordinate representation of color #6710DA: hue angle of 265.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710DA is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 16 | 218 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.15 |
| HSL | 265.84º | 0.86% | 0.46% | - |
| HSV(B) | 265.84º | 0.93% | 0.85% | - |
| XYZ | 18.43 | 8.32 | 66.96 | - |
| YUV | 65.04 | 214.32 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 218 | 0.53 | 0.93 | 0 | 0.15 | 265.84 | 0.86 | 0.46 |
| Hex | 67 | 10 | DA | 35 | 5D | 0 | F | 10A | 56 | 2E |
| Octal | 147 | 20 | 332 | 65 | 135 | 0 | 17 | 412 | 126 | 56 |
| Binary | 1100111 | 10000 | 11011010 | 110101 | 1011101 | 0 | 1111 | 100001010 | 1010110 | 101110 |
Color Harmonies of #6710DA
Complementary color
Monochromatic Colors of #6710DA
Black with #6710DA
Text Example
Text Example
White with #6710DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710DA; }
p { color: rgb(103,16,218); }
H1.HeaderClassName
{
color: #6710DA;
}
.AnyTagClassName
{
color: #6710DA;
}
</style>
background-color css
<style>
a { background-color: #6710DA; }
a { background-color: rgb(103,16,218); }
div.DivClassName
{
background-color: #6710DA;
}
.BgClassName
{
background-color: #6710DA;
}
</style>
border-color css
<style>
span { border-color: #6710DA; }
span { border-color: rgb(103,16,218); }
td.TdClassName
{
border-color: #6710DA;
}
.TagClassName
{
border-color: #6710DA;
}
</style>