Shades of Purple Heart #6713DC
Tints of Purple Heart #6713DC
RGB
CMYK
RGB Variations
Color information
#6713DC (or 0x6713DC) is known color: Purple Heart. HEX triplet: 67, 13 and DC. RGB value is (103,19,220). Sum of RGB (Red+Green+Blue) = 103+19+220=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6713DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713DC is #98EC23. Grayscale: #424242. Windows color (decimal): -10021924 or 14422887. OLE color: 14422887.
HSL color Cylindrical-coordinate representation of color #6713DC: hue angle of 265.07º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6713DC is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 19 | 220 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.14 |
| HSL | 265.07º | 0.84% | 0.47% | - |
| HSV(B) | 265.07º | 0.91% | 0.86% | - |
| XYZ | 18.74 | 8.52 | 68.37 | - |
| YUV | 67.03 | 214.33 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 220 | 0.53 | 0.91 | 0 | 0.14 | 265.07 | 0.84 | 0.47 |
| Hex | 67 | 13 | DC | 35 | 5B | 0 | E | 109 | 54 | 2F |
| Octal | 147 | 23 | 334 | 65 | 133 | 0 | 16 | 411 | 124 | 57 |
| Binary | 1100111 | 10011 | 11011100 | 110101 | 1011011 | 0 | 1110 | 100001001 | 1010100 | 101111 |
Color Harmonies of #6713DC
Complementary color
Monochromatic Colors of #6713DC
Black with #6713DC
Text Example
Text Example
White with #6713DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713DC; }
p { color: rgb(103,19,220); }
H1.HeaderClassName
{
color: #6713DC;
}
.AnyTagClassName
{
color: #6713DC;
}
</style>
background-color css
<style>
a { background-color: #6713DC; }
a { background-color: rgb(103,19,220); }
div.DivClassName
{
background-color: #6713DC;
}
.BgClassName
{
background-color: #6713DC;
}
</style>
border-color css
<style>
span { border-color: #6713DC; }
span { border-color: rgb(103,19,220); }
td.TdClassName
{
border-color: #6713DC;
}
.TagClassName
{
border-color: #6713DC;
}
</style>