Shades of Purple Heart #6A0DB3
Tints of Purple Heart #6A0DB3
RGB
CMYK
RGB Variations
Color information
#6A0DB3 (or 0x6A0DB3) is known color: Purple Heart. HEX triplet: 6A, 0D and B3. RGB value is (106,13,179). Sum of RGB (Red+Green+Blue) = 106+13+179=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A0DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0DB3 is #95F24C. Grayscale: #3B3B3B. Windows color (decimal): -9826893 or 11734378. OLE color: 11734378.
HSL color Cylindrical-coordinate representation of color #6A0DB3: hue angle of 273.61º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0DB3 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 13 | 179 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.30 |
| HSL | 273.61º | 0.86% | 0.38% | - |
| HSV(B) | 273.61º | 0.93% | 0.7% | - |
| XYZ | 14.22 | 6.61 | 43.17 | - |
| YUV | 59.73 | 195.31 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 179 | 0.41 | 0.93 | 0 | 0.30 | 273.61 | 0.86 | 0.38 |
| Hex | 6A | D | B3 | 29 | 5D | 0 | 1E | 112 | 56 | 26 |
| Octal | 152 | 15 | 263 | 51 | 135 | 0 | 36 | 422 | 126 | 46 |
| Binary | 1101010 | 1101 | 10110011 | 101001 | 1011101 | 0 | 11110 | 100010010 | 1010110 | 100110 |
Color Harmonies of #6A0DB3
Complementary color
Monochromatic Colors of #6A0DB3
Black with #6A0DB3
Text Example
Text Example
White with #6A0DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0DB3; }
p { color: rgb(106,13,179); }
H1.HeaderClassName
{
color: #6A0DB3;
}
.AnyTagClassName
{
color: #6A0DB3;
}
</style>
background-color css
<style>
a { background-color: #6A0DB3; }
a { background-color: rgb(106,13,179); }
div.DivClassName
{
background-color: #6A0DB3;
}
.BgClassName
{
background-color: #6A0DB3;
}
</style>
border-color css
<style>
span { border-color: #6A0DB3; }
span { border-color: rgb(106,13,179); }
td.TdClassName
{
border-color: #6A0DB3;
}
.TagClassName
{
border-color: #6A0DB3;
}
</style>