Shades of Purple Heart #6913DC
Tints of Purple Heart #6913DC
RGB
CMYK
RGB Variations
Color information
#6913DC (or 0x6913DC) is known color: Purple Heart. HEX triplet: 69, 13 and DC. RGB value is (105,19,220). Sum of RGB (Red+Green+Blue) = 105+19+220=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #6913DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913DC is #96EC23. Grayscale: #424242. Windows color (decimal): -9890852 or 14422889. OLE color: 14422889.
HSL color Cylindrical-coordinate representation of color #6913DC: hue angle of 265.67º 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 #6913DC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 19 | 220 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.14 |
| HSL | 265.67º | 0.84% | 0.47% | - |
| HSV(B) | 265.67º | 0.91% | 0.86% | - |
| XYZ | 18.98 | 8.64 | 68.38 | - |
| YUV | 67.63 | 213.99 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 220 | 0.52 | 0.91 | 0 | 0.14 | 265.67 | 0.84 | 0.47 |
| Hex | 69 | 13 | DC | 34 | 5B | 0 | E | 10A | 54 | 2F |
| Octal | 151 | 23 | 334 | 64 | 133 | 0 | 16 | 412 | 124 | 57 |
| Binary | 1101001 | 10011 | 11011100 | 110100 | 1011011 | 0 | 1110 | 100001010 | 1010100 | 101111 |
Color Harmonies of #6913DC
Complementary color
Monochromatic Colors of #6913DC
Black with #6913DC
Text Example
Text Example
White with #6913DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6913DC; }
p { color: rgb(105,19,220); }
H1.HeaderClassName
{
color: #6913DC;
}
.AnyTagClassName
{
color: #6913DC;
}
</style>
background-color css
<style>
a { background-color: #6913DC; }
a { background-color: rgb(105,19,220); }
div.DivClassName
{
background-color: #6913DC;
}
.BgClassName
{
background-color: #6913DC;
}
</style>
border-color css
<style>
span { border-color: #6913DC; }
span { border-color: rgb(105,19,220); }
td.TdClassName
{
border-color: #6913DC;
}
.TagClassName
{
border-color: #6913DC;
}
</style>