Shades of Purple Heart #6A14C0
Tints of Purple Heart #6A14C0
RGB
CMYK
RGB Variations
Color information
#6A14C0 (or 0x6A14C0) is known color: Purple Heart. HEX triplet: 6A, 14 and C0. RGB value is (106,20,192). Sum of RGB (Red+Green+Blue) = 106+20+192=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A14C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A14C0 is #95EB3F. Grayscale: #404040. Windows color (decimal): -9825088 or 12588138. OLE color: 12588138.
HSL color Cylindrical-coordinate representation of color #6A14C0: hue angle of 270º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A14C0 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 20 | 192 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.25 |
| HSL | 270º | 0.81% | 0.42% | - |
| HSV(B) | 270º | 0.9% | 0.75% | - |
| XYZ | 15.71 | 7.37 | 50.46 | - |
| YUV | 65.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 192 | 0.45 | 0.90 | 0 | 0.25 | 270 | 0.81 | 0.42 |
| Hex | 6A | 14 | C0 | 2D | 5A | 0 | 19 | 10E | 51 | 2A |
| Octal | 152 | 24 | 300 | 55 | 132 | 0 | 31 | 416 | 121 | 52 |
| Binary | 1101010 | 10100 | 11000000 | 101101 | 1011010 | 0 | 11001 | 100001110 | 1010001 | 101010 |
Color Harmonies of #6A14C0
Complementary color
Monochromatic Colors of #6A14C0
Black with #6A14C0
Text Example
Text Example
White with #6A14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A14C0; }
p { color: rgb(106,20,192); }
H1.HeaderClassName
{
color: #6A14C0;
}
.AnyTagClassName
{
color: #6A14C0;
}
</style>
background-color css
<style>
a { background-color: #6A14C0; }
a { background-color: rgb(106,20,192); }
div.DivClassName
{
background-color: #6A14C0;
}
.BgClassName
{
background-color: #6A14C0;
}
</style>
border-color css
<style>
span { border-color: #6A14C0; }
span { border-color: rgb(106,20,192); }
td.TdClassName
{
border-color: #6A14C0;
}
.TagClassName
{
border-color: #6A14C0;
}
</style>