Shades of Purple Heart #6A0AD0
Tints of Purple Heart #6A0AD0
RGB
CMYK
RGB Variations
Color information
#6A0AD0 (or 0x6A0AD0) is known color: Purple Heart. HEX triplet: 6A, 0A and D0. RGB value is (106,10,208). Sum of RGB (Red+Green+Blue) = 106+10+208=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A0AD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0AD0 is #95F52F. Grayscale: #3C3C3C. Windows color (decimal): -9827632 or 13634154. OLE color: 13634154.
HSL color Cylindrical-coordinate representation of color #6A0AD0: hue angle of 269.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0AD0 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 10 | 208 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.18 |
| HSL | 269.09º | 0.91% | 0.43% | - |
| HSV(B) | 269.09º | 0.95% | 0.82% | - |
| XYZ | 17.44 | 7.84 | 60.27 | - |
| YUV | 61.28 | 210.8 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 208 | 0.49 | 0.95 | 0 | 0.18 | 269.09 | 0.91 | 0.43 |
| Hex | 6A | A | D0 | 31 | 5F | 0 | 12 | 10D | 5B | 2B |
| Octal | 152 | 12 | 320 | 61 | 137 | 0 | 22 | 415 | 133 | 53 |
| Binary | 1101010 | 1010 | 11010000 | 110001 | 1011111 | 0 | 10010 | 100001101 | 1011011 | 101011 |
Color Harmonies of #6A0AD0
Complementary color
Monochromatic Colors of #6A0AD0
Black with #6A0AD0
Text Example
Text Example
White with #6A0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0AD0; }
p { color: rgb(106,10,208); }
H1.HeaderClassName
{
color: #6A0AD0;
}
.AnyTagClassName
{
color: #6A0AD0;
}
</style>
background-color css
<style>
a { background-color: #6A0AD0; }
a { background-color: rgb(106,10,208); }
div.DivClassName
{
background-color: #6A0AD0;
}
.BgClassName
{
background-color: #6A0AD0;
}
</style>
border-color css
<style>
span { border-color: #6A0AD0; }
span { border-color: rgb(106,10,208); }
td.TdClassName
{
border-color: #6A0AD0;
}
.TagClassName
{
border-color: #6A0AD0;
}
</style>