Shades of Purple Heart #6810AF
Tints of Purple Heart #6810AF
RGB
CMYK
RGB Variations
Color information
#6810AF (or 0x6810AF) is known color: Purple Heart. HEX triplet: 68, 10 and AF. RGB value is (104,16,175). Sum of RGB (Red+Green+Blue) = 104+16+175=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #6810AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6810AF is #97EF50. Grayscale: #3B3B3B. Windows color (decimal): -9957201 or 11473000. OLE color: 11473000.
HSL color Cylindrical-coordinate representation of color #6810AF: hue angle of 273.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6810AF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 16 | 175 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.31 |
| HSL | 273.21º | 0.83% | 0.37% | - |
| HSV(B) | 273.21º | 0.91% | 0.69% | - |
| XYZ | 13.63 | 6.41 | 41.08 | - |
| YUV | 60.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 175 | 0.41 | 0.91 | 0 | 0.31 | 273.21 | 0.83 | 0.37 |
| Hex | 68 | 10 | AF | 29 | 5B | 0 | 1F | 111 | 53 | 25 |
| Octal | 150 | 20 | 257 | 51 | 133 | 0 | 37 | 421 | 123 | 45 |
| Binary | 1101000 | 10000 | 10101111 | 101001 | 1011011 | 0 | 11111 | 100010001 | 1010011 | 100101 |
Color Harmonies of #6810AF
Complementary color
Monochromatic Colors of #6810AF
Black with #6810AF
Text Example
Text Example
White with #6810AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6810AF; }
p { color: rgb(104,16,175); }
H1.HeaderClassName
{
color: #6810AF;
}
.AnyTagClassName
{
color: #6810AF;
}
</style>
background-color css
<style>
a { background-color: #6810AF; }
a { background-color: rgb(104,16,175); }
div.DivClassName
{
background-color: #6810AF;
}
.BgClassName
{
background-color: #6810AF;
}
</style>
border-color css
<style>
span { border-color: #6810AF; }
span { border-color: rgb(104,16,175); }
td.TdClassName
{
border-color: #6810AF;
}
.TagClassName
{
border-color: #6810AF;
}
</style>