Shades of Purple Heart #6A10C0
Tints of Purple Heart #6A10C0
RGB
CMYK
RGB Variations
Color information
#6A10C0 (or 0x6A10C0) is known color: Purple Heart. HEX triplet: 6A, 10 and C0. RGB value is (106,16,192). Sum of RGB (Red+Green+Blue) = 106+16+192=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A10C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A10C0 is #95EF3F. Grayscale: #3E3E3E. Windows color (decimal): -9826112 or 12587114. OLE color: 12587114.
HSL color Cylindrical-coordinate representation of color #6A10C0: hue angle of 270.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A10C0 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 16 | 192 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.25 |
| HSL | 270.68º | 0.85% | 0.41% | - |
| HSV(B) | 270.68º | 0.92% | 0.75% | - |
| XYZ | 15.64 | 7.24 | 50.44 | - |
| YUV | 62.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 192 | 0.45 | 0.92 | 0 | 0.25 | 270.68 | 0.85 | 0.41 |
| Hex | 6A | 10 | C0 | 2D | 5C | 0 | 19 | 10F | 55 | 29 |
| Octal | 152 | 20 | 300 | 55 | 134 | 0 | 31 | 417 | 125 | 51 |
| Binary | 1101010 | 10000 | 11000000 | 101101 | 1011100 | 0 | 11001 | 100001111 | 1010101 | 101001 |
Color Harmonies of #6A10C0
Complementary color
Monochromatic Colors of #6A10C0
Black with #6A10C0
Text Example
Text Example
White with #6A10C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A10C0; }
p { color: rgb(106,16,192); }
H1.HeaderClassName
{
color: #6A10C0;
}
.AnyTagClassName
{
color: #6A10C0;
}
</style>
background-color css
<style>
a { background-color: #6A10C0; }
a { background-color: rgb(106,16,192); }
div.DivClassName
{
background-color: #6A10C0;
}
.BgClassName
{
background-color: #6A10C0;
}
</style>
border-color css
<style>
span { border-color: #6A10C0; }
span { border-color: rgb(106,16,192); }
td.TdClassName
{
border-color: #6A10C0;
}
.TagClassName
{
border-color: #6A10C0;
}
</style>