Shades of Purple Heart #6411AF
Tints of Purple Heart #6411AF
RGB
CMYK
RGB Variations
Color information
#6411AF (or 0x6411AF) is known color: Purple Heart. HEX triplet: 64, 11 and AF. RGB value is (100,17,175). Sum of RGB (Red+Green+Blue) = 100+17+175=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6411AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6411AF is #9BEE50. Grayscale: #3B3B3B. Windows color (decimal): -10219089 or 11473252. OLE color: 11473252.
HSL color Cylindrical-coordinate representation of color #6411AF: hue angle of 271.52º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6411AF is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 17 | 175 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.31 |
| HSL | 271.52º | 0.82% | 0.38% | - |
| HSV(B) | 271.52º | 0.9% | 0.69% | - |
| XYZ | 13.19 | 6.21 | 41.06 | - |
| YUV | 59.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 175 | 0.43 | 0.90 | 0 | 0.31 | 271.52 | 0.82 | 0.38 |
| Hex | 64 | 11 | AF | 2B | 5A | 0 | 1F | 110 | 52 | 26 |
| Octal | 144 | 21 | 257 | 53 | 132 | 0 | 37 | 420 | 122 | 46 |
| Binary | 1100100 | 10001 | 10101111 | 101011 | 1011010 | 0 | 11111 | 100010000 | 1010010 | 100110 |
Color Harmonies of #6411AF
Complementary color
Monochromatic Colors of #6411AF
Black with #6411AF
Text Example
Text Example
White with #6411AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411AF; }
p { color: rgb(100,17,175); }
H1.HeaderClassName
{
color: #6411AF;
}
.AnyTagClassName
{
color: #6411AF;
}
</style>
background-color css
<style>
a { background-color: #6411AF; }
a { background-color: rgb(100,17,175); }
div.DivClassName
{
background-color: #6411AF;
}
.BgClassName
{
background-color: #6411AF;
}
</style>
border-color css
<style>
span { border-color: #6411AF; }
span { border-color: rgb(100,17,175); }
td.TdClassName
{
border-color: #6411AF;
}
.TagClassName
{
border-color: #6411AF;
}
</style>