Shades of Purple Heart #6813DA
Tints of Purple Heart #6813DA
RGB
CMYK
RGB Variations
Color information
#6813DA (or 0x6813DA) is known color: Purple Heart. HEX triplet: 68, 13 and DA. RGB value is (104,19,218). Sum of RGB (Red+Green+Blue) = 104+19+218=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6813DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6813DA is #97EC25. Grayscale: #424242. Windows color (decimal): -9956390 or 14291816. OLE color: 14291816.
HSL color Cylindrical-coordinate representation of color #6813DA: hue angle of 265.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6813DA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 19 | 218 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.15 |
| HSL | 265.63º | 0.84% | 0.46% | - |
| HSV(B) | 265.63º | 0.91% | 0.85% | - |
| XYZ | 18.6 | 8.47 | 66.98 | - |
| YUV | 67.1 | 213.16 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 218 | 0.52 | 0.91 | 0 | 0.15 | 265.63 | 0.84 | 0.46 |
| Hex | 68 | 13 | DA | 34 | 5B | 0 | F | 10A | 54 | 2E |
| Octal | 150 | 23 | 332 | 64 | 133 | 0 | 17 | 412 | 124 | 56 |
| Binary | 1101000 | 10011 | 11011010 | 110100 | 1011011 | 0 | 1111 | 100001010 | 1010100 | 101110 |
Color Harmonies of #6813DA
Complementary color
Monochromatic Colors of #6813DA
Black with #6813DA
Text Example
Text Example
White with #6813DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813DA; }
p { color: rgb(104,19,218); }
H1.HeaderClassName
{
color: #6813DA;
}
.AnyTagClassName
{
color: #6813DA;
}
</style>
background-color css
<style>
a { background-color: #6813DA; }
a { background-color: rgb(104,19,218); }
div.DivClassName
{
background-color: #6813DA;
}
.BgClassName
{
background-color: #6813DA;
}
</style>
border-color css
<style>
span { border-color: #6813DA; }
span { border-color: rgb(104,19,218); }
td.TdClassName
{
border-color: #6813DA;
}
.TagClassName
{
border-color: #6813DA;
}
</style>