Shades of Purple Heart #6415AB
Tints of Purple Heart #6415AB
RGB
CMYK
RGB Variations
Color information
#6415AB (or 0x6415AB) is known color: Purple Heart. HEX triplet: 64, 15 and AB. RGB value is (100,21,171). Sum of RGB (Red+Green+Blue) = 100+21+171=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6415AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6415AB is #9BEA54. Grayscale: #3D3D3D. Windows color (decimal): -10218069 or 11212132. OLE color: 11212132.
HSL color Cylindrical-coordinate representation of color #6415AB: hue angle of 271.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6415AB is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 21 | 171 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.33 |
| HSL | 271.6º | 0.78% | 0.38% | - |
| HSV(B) | 271.6º | 0.88% | 0.67% | - |
| XYZ | 12.87 | 6.19 | 39.04 | - |
| YUV | 61.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 171 | 0.42 | 0.88 | 0 | 0.33 | 271.6 | 0.78 | 0.38 |
| Hex | 64 | 15 | AB | 2A | 58 | 0 | 21 | 110 | 4E | 26 |
| Octal | 144 | 25 | 253 | 52 | 130 | 0 | 41 | 420 | 116 | 46 |
| Binary | 1100100 | 10101 | 10101011 | 101010 | 1011000 | 0 | 100001 | 100010000 | 1001110 | 100110 |
Color Harmonies of #6415AB
Complementary color
Monochromatic Colors of #6415AB
Black with #6415AB
Text Example
Text Example
White with #6415AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6415AB; }
p { color: rgb(100,21,171); }
H1.HeaderClassName
{
color: #6415AB;
}
.AnyTagClassName
{
color: #6415AB;
}
</style>
background-color css
<style>
a { background-color: #6415AB; }
a { background-color: rgb(100,21,171); }
div.DivClassName
{
background-color: #6415AB;
}
.BgClassName
{
background-color: #6415AB;
}
</style>
border-color css
<style>
span { border-color: #6415AB; }
span { border-color: rgb(100,21,171); }
td.TdClassName
{
border-color: #6415AB;
}
.TagClassName
{
border-color: #6415AB;
}
</style>