Shades of Purple Heart #6410AD
Tints of Purple Heart #6410AD
RGB
CMYK
RGB Variations
Color information
#6410AD (or 0x6410AD) is known color: Purple Heart. HEX triplet: 64, 10 and AD. RGB value is (100,16,173). Sum of RGB (Red+Green+Blue) = 100+16+173=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #6410AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6410AD is #9BEF52. Grayscale: #3A3A3A. Windows color (decimal): -10219347 or 11341924. OLE color: 11341924.
HSL color Cylindrical-coordinate representation of color #6410AD: hue angle of 272.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6410AD is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 16 | 173 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.32 |
| HSL | 272.1º | 0.83% | 0.37% | - |
| HSV(B) | 272.1º | 0.91% | 0.68% | - |
| XYZ | 12.98 | 6.1 | 40.03 | - |
| YUV | 59.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 173 | 0.42 | 0.91 | 0 | 0.32 | 272.1 | 0.83 | 0.37 |
| Hex | 64 | 10 | AD | 2A | 5B | 0 | 20 | 110 | 53 | 25 |
| Octal | 144 | 20 | 255 | 52 | 133 | 0 | 40 | 420 | 123 | 45 |
| Binary | 1100100 | 10000 | 10101101 | 101010 | 1011011 | 0 | 100000 | 100010000 | 1010011 | 100101 |
Color Harmonies of #6410AD
Complementary color
Monochromatic Colors of #6410AD
Black with #6410AD
Text Example
Text Example
White with #6410AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410AD; }
p { color: rgb(100,16,173); }
H1.HeaderClassName
{
color: #6410AD;
}
.AnyTagClassName
{
color: #6410AD;
}
</style>
background-color css
<style>
a { background-color: #6410AD; }
a { background-color: rgb(100,16,173); }
div.DivClassName
{
background-color: #6410AD;
}
.BgClassName
{
background-color: #6410AD;
}
</style>
border-color css
<style>
span { border-color: #6410AD; }
span { border-color: rgb(100,16,173); }
td.TdClassName
{
border-color: #6410AD;
}
.TagClassName
{
border-color: #6410AD;
}
</style>