Shades of Purple Heart #6813AF
Tints of Purple Heart #6813AF
RGB
CMYK
RGB Variations
Color information
#6813AF (or 0x6813AF) is known color: Purple Heart. HEX triplet: 68, 13 and AF. RGB value is (104,19,175). Sum of RGB (Red+Green+Blue) = 104+19+175=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #6813AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6813AF is #97EC50. Grayscale: #3D3D3D. Windows color (decimal): -9956433 or 11473768. OLE color: 11473768.
HSL color Cylindrical-coordinate representation of color #6813AF: hue angle of 272.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6813AF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 19 | 175 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.31 |
| HSL | 272.69º | 0.8% | 0.38% | - |
| HSV(B) | 272.69º | 0.89% | 0.69% | - |
| XYZ | 13.68 | 6.5 | 41.09 | - |
| YUV | 62.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 175 | 0.41 | 0.89 | 0 | 0.31 | 272.69 | 0.8 | 0.38 |
| Hex | 68 | 13 | AF | 29 | 59 | 0 | 1F | 111 | 50 | 26 |
| Octal | 150 | 23 | 257 | 51 | 131 | 0 | 37 | 421 | 120 | 46 |
| Binary | 1101000 | 10011 | 10101111 | 101001 | 1011001 | 0 | 11111 | 100010001 | 1010000 | 100110 |
Color Harmonies of #6813AF
Complementary color
Monochromatic Colors of #6813AF
Black with #6813AF
Text Example
Text Example
White with #6813AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813AF; }
p { color: rgb(104,19,175); }
H1.HeaderClassName
{
color: #6813AF;
}
.AnyTagClassName
{
color: #6813AF;
}
</style>
background-color css
<style>
a { background-color: #6813AF; }
a { background-color: rgb(104,19,175); }
div.DivClassName
{
background-color: #6813AF;
}
.BgClassName
{
background-color: #6813AF;
}
</style>
border-color css
<style>
span { border-color: #6813AF; }
span { border-color: rgb(104,19,175); }
td.TdClassName
{
border-color: #6813AF;
}
.TagClassName
{
border-color: #6813AF;
}
</style>