Shades of Purple Heart #6A0DD7
Tints of Purple Heart #6A0DD7
RGB
CMYK
RGB Variations
Color information
#6A0DD7 (or 0x6A0DD7) is known color: Purple Heart. HEX triplet: 6A, 0D and D7. RGB value is (106,13,215). Sum of RGB (Red+Green+Blue) = 106+13+215=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A0DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0DD7 is #95F228. Grayscale: #3F3F3F. Windows color (decimal): -9826857 or 14093674. OLE color: 14093674.
HSL color Cylindrical-coordinate representation of color #6A0DD7: hue angle of 267.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0DD7 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 13 | 215 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.16 |
| HSL | 267.62º | 0.89% | 0.45% | - |
| HSV(B) | 267.62º | 0.94% | 0.84% | - |
| XYZ | 18.35 | 8.26 | 64.92 | - |
| YUV | 63.84 | 213.31 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 215 | 0.51 | 0.94 | 0 | 0.16 | 267.62 | 0.89 | 0.45 |
| Hex | 6A | D | D7 | 33 | 5E | 0 | 10 | 10C | 59 | 2D |
| Octal | 152 | 15 | 327 | 63 | 136 | 0 | 20 | 414 | 131 | 55 |
| Binary | 1101010 | 1101 | 11010111 | 110011 | 1011110 | 0 | 10000 | 100001100 | 1011001 | 101101 |
Color Harmonies of #6A0DD7
Complementary color
Monochromatic Colors of #6A0DD7
Black with #6A0DD7
Text Example
Text Example
White with #6A0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0DD7; }
p { color: rgb(106,13,215); }
H1.HeaderClassName
{
color: #6A0DD7;
}
.AnyTagClassName
{
color: #6A0DD7;
}
</style>
background-color css
<style>
a { background-color: #6A0DD7; }
a { background-color: rgb(106,13,215); }
div.DivClassName
{
background-color: #6A0DD7;
}
.BgClassName
{
background-color: #6A0DD7;
}
</style>
border-color css
<style>
span { border-color: #6A0DD7; }
span { border-color: rgb(106,13,215); }
td.TdClassName
{
border-color: #6A0DD7;
}
.TagClassName
{
border-color: #6A0DD7;
}
</style>