Shades of Purple Heart #6A0DCE
Tints of Purple Heart #6A0DCE
RGB
CMYK
RGB Variations
Color information
#6A0DCE (or 0x6A0DCE) is known color: Purple Heart. HEX triplet: 6A, 0D and CE. RGB value is (106,13,206). Sum of RGB (Red+Green+Blue) = 106+13+206=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A0DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0DCE is #95F231. Grayscale: #3E3E3E. Windows color (decimal): -9826866 or 13503850. OLE color: 13503850.
HSL color Cylindrical-coordinate representation of color #6A0DCE: hue angle of 268.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0DCE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 13 | 206 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.19 |
| HSL | 268.91º | 0.88% | 0.43% | - |
| HSV(B) | 268.91º | 0.94% | 0.81% | - |
| XYZ | 17.23 | 7.81 | 58.99 | - |
| YUV | 62.81 | 208.81 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 206 | 0.49 | 0.94 | 0 | 0.19 | 268.91 | 0.88 | 0.43 |
| Hex | 6A | D | CE | 31 | 5E | 0 | 13 | 10D | 58 | 2B |
| Octal | 152 | 15 | 316 | 61 | 136 | 0 | 23 | 415 | 130 | 53 |
| Binary | 1101010 | 1101 | 11001110 | 110001 | 1011110 | 0 | 10011 | 100001101 | 1011000 | 101011 |
Color Harmonies of #6A0DCE
Complementary color
Monochromatic Colors of #6A0DCE
Black with #6A0DCE
Text Example
Text Example
White with #6A0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0DCE; }
p { color: rgb(106,13,206); }
H1.HeaderClassName
{
color: #6A0DCE;
}
.AnyTagClassName
{
color: #6A0DCE;
}
</style>
background-color css
<style>
a { background-color: #6A0DCE; }
a { background-color: rgb(106,13,206); }
div.DivClassName
{
background-color: #6A0DCE;
}
.BgClassName
{
background-color: #6A0DCE;
}
</style>
border-color css
<style>
span { border-color: #6A0DCE; }
span { border-color: rgb(106,13,206); }
td.TdClassName
{
border-color: #6A0DCE;
}
.TagClassName
{
border-color: #6A0DCE;
}
</style>