Shades of Purple Heart #6412BB
Tints of Purple Heart #6412BB
RGB
CMYK
RGB Variations
Color information
#6412BB (or 0x6412BB) is known color: Purple Heart. HEX triplet: 64, 12 and BB. RGB value is (100,18,187). Sum of RGB (Red+Green+Blue) = 100+18+187=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #6412BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BB is #9BED44. Grayscale: #3D3D3D. Windows color (decimal): -10218821 or 12259940. OLE color: 12259940.
HSL color Cylindrical-coordinate representation of color #6412BB: hue angle of 269.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6412BB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 18 | 187 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.27 |
| HSL | 269.11º | 0.82% | 0.4% | - |
| HSV(B) | 269.11º | 0.9% | 0.73% | - |
| XYZ | 14.44 | 6.73 | 47.55 | - |
| YUV | 61.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 187 | 0.47 | 0.90 | 0 | 0.27 | 269.11 | 0.82 | 0.4 |
| Hex | 64 | 12 | BB | 2F | 5A | 0 | 1B | 10D | 52 | 28 |
| Octal | 144 | 22 | 273 | 57 | 132 | 0 | 33 | 415 | 122 | 50 |
| Binary | 1100100 | 10010 | 10111011 | 101111 | 1011010 | 0 | 11011 | 100001101 | 1010010 | 101000 |
Color Harmonies of #6412BB
Complementary color
Monochromatic Colors of #6412BB
Black with #6412BB
Text Example
Text Example
White with #6412BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412BB; }
p { color: rgb(100,18,187); }
H1.HeaderClassName
{
color: #6412BB;
}
.AnyTagClassName
{
color: #6412BB;
}
</style>
background-color css
<style>
a { background-color: #6412BB; }
a { background-color: rgb(100,18,187); }
div.DivClassName
{
background-color: #6412BB;
}
.BgClassName
{
background-color: #6412BB;
}
</style>
border-color css
<style>
span { border-color: #6412BB; }
span { border-color: rgb(100,18,187); }
td.TdClassName
{
border-color: #6412BB;
}
.TagClassName
{
border-color: #6412BB;
}
</style>