Shades of Purple Heart #6A15DB
Tints of Purple Heart #6A15DB
RGB
CMYK
RGB Variations
Color information
#6A15DB (or 0x6A15DB) is known color: Purple Heart. HEX triplet: 6A, 15 and DB. RGB value is (106,21,219). Sum of RGB (Red+Green+Blue) = 106+21+219=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A15DB is #95EA24. Grayscale: #444444. Windows color (decimal): -9824805 or 14357866. OLE color: 14357866.
HSL color Cylindrical-coordinate representation of color #6A15DB: hue angle of 265.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A15DB is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 21 | 219 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.14 |
| HSL | 265.76º | 0.83% | 0.47% | - |
| HSV(B) | 265.76º | 0.9% | 0.86% | - |
| XYZ | 19 | 8.71 | 67.7 | - |
| YUV | 68.99 | 212.66 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 219 | 0.52 | 0.90 | 0 | 0.14 | 265.76 | 0.83 | 0.47 |
| Hex | 6A | 15 | DB | 34 | 5A | 0 | E | 10A | 52 | 2F |
| Octal | 152 | 25 | 333 | 64 | 132 | 0 | 16 | 412 | 122 | 57 |
| Binary | 1101010 | 10101 | 11011011 | 110100 | 1011010 | 0 | 1110 | 100001010 | 1010010 | 101111 |
Color Harmonies of #6A15DB
Complementary color
Monochromatic Colors of #6A15DB
Black with #6A15DB
Text Example
Text Example
White with #6A15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A15DB; }
p { color: rgb(106,21,219); }
H1.HeaderClassName
{
color: #6A15DB;
}
.AnyTagClassName
{
color: #6A15DB;
}
</style>
background-color css
<style>
a { background-color: #6A15DB; }
a { background-color: rgb(106,21,219); }
div.DivClassName
{
background-color: #6A15DB;
}
.BgClassName
{
background-color: #6A15DB;
}
</style>
border-color css
<style>
span { border-color: #6A15DB; }
span { border-color: rgb(106,21,219); }
td.TdClassName
{
border-color: #6A15DB;
}
.TagClassName
{
border-color: #6A15DB;
}
</style>