Shades of Purple Heart #6410AA
Tints of Purple Heart #6410AA
RGB
CMYK
RGB Variations
Color information
#6410AA (or 0x6410AA) is known color: Purple Heart. HEX triplet: 64, 10 and AA. RGB value is (100,16,170). Sum of RGB (Red+Green+Blue) = 100+16+170=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #6410AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6410AA is #9BEF55. Grayscale: #3A3A3A. Windows color (decimal): -10219350 or 11145316. OLE color: 11145316.
HSL color Cylindrical-coordinate representation of color #6410AA: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6410AA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 16 | 170 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.33 |
| HSL | 272.73º | 0.83% | 0.36% | - |
| HSV(B) | 272.73º | 0.91% | 0.67% | - |
| XYZ | 12.7 | 5.98 | 38.52 | - |
| YUV | 58.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 170 | 0.41 | 0.91 | 0 | 0.33 | 272.73 | 0.83 | 0.36 |
| Hex | 64 | 10 | AA | 29 | 5B | 0 | 21 | 111 | 53 | 24 |
| Octal | 144 | 20 | 252 | 51 | 133 | 0 | 41 | 421 | 123 | 44 |
| Binary | 1100100 | 10000 | 10101010 | 101001 | 1011011 | 0 | 100001 | 100010001 | 1010011 | 100100 |
Color Harmonies of #6410AA
Complementary color
Monochromatic Colors of #6410AA
Black with #6410AA
Text Example
Text Example
White with #6410AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410AA; }
p { color: rgb(100,16,170); }
H1.HeaderClassName
{
color: #6410AA;
}
.AnyTagClassName
{
color: #6410AA;
}
</style>
background-color css
<style>
a { background-color: #6410AA; }
a { background-color: rgb(100,16,170); }
div.DivClassName
{
background-color: #6410AA;
}
.BgClassName
{
background-color: #6410AA;
}
</style>
border-color css
<style>
span { border-color: #6410AA; }
span { border-color: rgb(100,16,170); }
td.TdClassName
{
border-color: #6410AA;
}
.TagClassName
{
border-color: #6410AA;
}
</style>