Shades of Purple Heart #6B13DB
Tints of Purple Heart #6B13DB
RGB
CMYK
RGB Variations
Color information
#6B13DB (or 0x6B13DB) is known color: Purple Heart. HEX triplet: 6B, 13 and DB. RGB value is (107,19,219). Sum of RGB (Red+Green+Blue) = 107+19+219=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B13DB is #94EC24. Grayscale: #434343. Windows color (decimal): -9759781 or 14357355. OLE color: 14357355.
HSL color Cylindrical-coordinate representation of color #6B13DB: hue angle of 266.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B13DB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 19 | 219 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.14 |
| HSL | 266.4º | 0.84% | 0.47% | - |
| HSV(B) | 266.4º | 0.91% | 0.86% | - |
| XYZ | 19.08 | 8.71 | 67.69 | - |
| YUV | 68.11 | 213.15 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 219 | 0.51 | 0.91 | 0 | 0.14 | 266.4 | 0.84 | 0.47 |
| Hex | 6B | 13 | DB | 33 | 5B | 0 | E | 10A | 54 | 2F |
| Octal | 153 | 23 | 333 | 63 | 133 | 0 | 16 | 412 | 124 | 57 |
| Binary | 1101011 | 10011 | 11011011 | 110011 | 1011011 | 0 | 1110 | 100001010 | 1010100 | 101111 |
Color Harmonies of #6B13DB
Complementary color
Monochromatic Colors of #6B13DB
Black with #6B13DB
Text Example
Text Example
White with #6B13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B13DB; }
p { color: rgb(107,19,219); }
H1.HeaderClassName
{
color: #6B13DB;
}
.AnyTagClassName
{
color: #6B13DB;
}
</style>
background-color css
<style>
a { background-color: #6B13DB; }
a { background-color: rgb(107,19,219); }
div.DivClassName
{
background-color: #6B13DB;
}
.BgClassName
{
background-color: #6B13DB;
}
</style>
border-color css
<style>
span { border-color: #6B13DB; }
span { border-color: rgb(107,19,219); }
td.TdClassName
{
border-color: #6B13DB;
}
.TagClassName
{
border-color: #6B13DB;
}
</style>