Shades of Purple Heart #6813BD
Tints of Purple Heart #6813BD
RGB
CMYK
RGB Variations
Color information
#6813BD (or 0x6813BD) is known color: Purple Heart. HEX triplet: 68, 13 and BD. RGB value is (104,19,189). Sum of RGB (Red+Green+Blue) = 104+19+189=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #6813BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6813BD is #97EC42. Grayscale: #3F3F3F. Windows color (decimal): -9956419 or 12391272. OLE color: 12391272.
HSL color Cylindrical-coordinate representation of color #6813BD: hue angle of 270º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6813BD is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 19 | 189 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.26 |
| HSL | 270º | 0.82% | 0.41% | - |
| HSV(B) | 270º | 0.9% | 0.74% | - |
| XYZ | 15.13 | 7.08 | 48.71 | - |
| YUV | 63.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 189 | 0.45 | 0.90 | 0 | 0.26 | 270 | 0.82 | 0.41 |
| Hex | 68 | 13 | BD | 2D | 5A | 0 | 1A | 10E | 52 | 29 |
| Octal | 150 | 23 | 275 | 55 | 132 | 0 | 32 | 416 | 122 | 51 |
| Binary | 1101000 | 10011 | 10111101 | 101101 | 1011010 | 0 | 11010 | 100001110 | 1010010 | 101001 |
Color Harmonies of #6813BD
Complementary color
Monochromatic Colors of #6813BD
Black with #6813BD
Text Example
Text Example
White with #6813BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813BD; }
p { color: rgb(104,19,189); }
H1.HeaderClassName
{
color: #6813BD;
}
.AnyTagClassName
{
color: #6813BD;
}
</style>
background-color css
<style>
a { background-color: #6813BD; }
a { background-color: rgb(104,19,189); }
div.DivClassName
{
background-color: #6813BD;
}
.BgClassName
{
background-color: #6813BD;
}
</style>
border-color css
<style>
span { border-color: #6813BD; }
span { border-color: rgb(104,19,189); }
td.TdClassName
{
border-color: #6813BD;
}
.TagClassName
{
border-color: #6813BD;
}
</style>