Shades of Purple Heart #6813BC
Tints of Purple Heart #6813BC
RGB
CMYK
RGB Variations
Color information
#6813BC (or 0x6813BC) is known color: Purple Heart. HEX triplet: 68, 13 and BC. RGB value is (104,19,188). Sum of RGB (Red+Green+Blue) = 104+19+188=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #6813BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6813BC is #97EC43. Grayscale: #3F3F3F. Windows color (decimal): -9956420 or 12325736. OLE color: 12325736.
HSL color Cylindrical-coordinate representation of color #6813BC: hue angle of 270.18º 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 #6813BC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 19 | 188 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.26 |
| HSL | 270.18º | 0.82% | 0.41% | - |
| HSV(B) | 270.18º | 0.9% | 0.74% | - |
| XYZ | 15.02 | 7.04 | 48.14 | - |
| YUV | 63.68 | 198.16 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 188 | 0.45 | 0.90 | 0 | 0.26 | 270.18 | 0.82 | 0.41 |
| Hex | 68 | 13 | BC | 2D | 5A | 0 | 1A | 10E | 52 | 29 |
| Octal | 150 | 23 | 274 | 55 | 132 | 0 | 32 | 416 | 122 | 51 |
| Binary | 1101000 | 10011 | 10111100 | 101101 | 1011010 | 0 | 11010 | 100001110 | 1010010 | 101001 |
Color Harmonies of #6813BC
Complementary color
Monochromatic Colors of #6813BC
Black with #6813BC
Text Example
Text Example
White with #6813BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813BC; }
p { color: rgb(104,19,188); }
H1.HeaderClassName
{
color: #6813BC;
}
.AnyTagClassName
{
color: #6813BC;
}
</style>
background-color css
<style>
a { background-color: #6813BC; }
a { background-color: rgb(104,19,188); }
div.DivClassName
{
background-color: #6813BC;
}
.BgClassName
{
background-color: #6813BC;
}
</style>
border-color css
<style>
span { border-color: #6813BC; }
span { border-color: rgb(104,19,188); }
td.TdClassName
{
border-color: #6813BC;
}
.TagClassName
{
border-color: #6813BC;
}
</style>