Shades of Purple Heart #6817AF
Tints of Purple Heart #6817AF
RGB
CMYK
RGB Variations
Color information
#6817AF (or 0x6817AF) is known color: Purple Heart. HEX triplet: 68, 17 and AF. RGB value is (104,23,175). Sum of RGB (Red+Green+Blue) = 104+23+175=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #6817AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6817AF is #97E850. Grayscale: #404040. Windows color (decimal): -9955409 or 11474792. OLE color: 11474792.
HSL color Cylindrical-coordinate representation of color #6817AF: hue angle of 271.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6817AF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 23 | 175 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.31 |
| HSL | 271.97º | 0.77% | 0.39% | - |
| HSV(B) | 271.97º | 0.87% | 0.69% | - |
| XYZ | 13.75 | 6.65 | 41.12 | - |
| YUV | 64.55 | 190.34 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 175 | 0.41 | 0.87 | 0 | 0.31 | 271.97 | 0.77 | 0.39 |
| Hex | 68 | 17 | AF | 29 | 57 | 0 | 1F | 110 | 4D | 27 |
| Octal | 150 | 27 | 257 | 51 | 127 | 0 | 37 | 420 | 115 | 47 |
| Binary | 1101000 | 10111 | 10101111 | 101001 | 1010111 | 0 | 11111 | 100010000 | 1001101 | 100111 |
Color Harmonies of #6817AF
Complementary color
Monochromatic Colors of #6817AF
Black with #6817AF
Text Example
Text Example
White with #6817AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817AF; }
p { color: rgb(104,23,175); }
H1.HeaderClassName
{
color: #6817AF;
}
.AnyTagClassName
{
color: #6817AF;
}
</style>
background-color css
<style>
a { background-color: #6817AF; }
a { background-color: rgb(104,23,175); }
div.DivClassName
{
background-color: #6817AF;
}
.BgClassName
{
background-color: #6817AF;
}
</style>
border-color css
<style>
span { border-color: #6817AF; }
span { border-color: rgb(104,23,175); }
td.TdClassName
{
border-color: #6817AF;
}
.TagClassName
{
border-color: #6817AF;
}
</style>