Shades of Purple Heart #6A0AD6
Tints of Purple Heart #6A0AD6
RGB
CMYK
RGB Variations
Color information
#6A0AD6 (or 0x6A0AD6) is known color: Purple Heart. HEX triplet: 6A, 0A and D6. RGB value is (106,10,214). Sum of RGB (Red+Green+Blue) = 106+10+214=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #6A0AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0AD6 is #95F529. Grayscale: #3D3D3D. Windows color (decimal): -9827626 or 14027370. OLE color: 14027370.
HSL color Cylindrical-coordinate representation of color #6A0AD6: hue angle of 268.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0AD6 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 10 | 214 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.16 |
| HSL | 268.24º | 0.91% | 0.44% | - |
| HSV(B) | 268.24º | 0.95% | 0.84% | - |
| XYZ | 18.19 | 8.14 | 64.23 | - |
| YUV | 61.96 | 213.8 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 214 | 0.50 | 0.95 | 0 | 0.16 | 268.24 | 0.91 | 0.44 |
| Hex | 6A | A | D6 | 32 | 5F | 0 | 10 | 10C | 5B | 2C |
| Octal | 152 | 12 | 326 | 62 | 137 | 0 | 20 | 414 | 133 | 54 |
| Binary | 1101010 | 1010 | 11010110 | 110010 | 1011111 | 0 | 10000 | 100001100 | 1011011 | 101100 |
Color Harmonies of #6A0AD6
Complementary color
Monochromatic Colors of #6A0AD6
Black with #6A0AD6
Text Example
Text Example
White with #6A0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0AD6; }
p { color: rgb(106,10,214); }
H1.HeaderClassName
{
color: #6A0AD6;
}
.AnyTagClassName
{
color: #6A0AD6;
}
</style>
background-color css
<style>
a { background-color: #6A0AD6; }
a { background-color: rgb(106,10,214); }
div.DivClassName
{
background-color: #6A0AD6;
}
.BgClassName
{
background-color: #6A0AD6;
}
</style>
border-color css
<style>
span { border-color: #6A0AD6; }
span { border-color: rgb(106,10,214); }
td.TdClassName
{
border-color: #6A0AD6;
}
.TagClassName
{
border-color: #6A0AD6;
}
</style>