Shades of Purple Heart #6802AF
Tints of Purple Heart #6802AF
RGB
CMYK
RGB Variations
Color information
#6802AF (or 0x6802AF) is known color: Purple Heart. HEX triplet: 68, 02 and AF. RGB value is (104,2,175). Sum of RGB (Red+Green+Blue) = 104+2+175=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #6802AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802AF is #97FD50. Grayscale: #333333. Windows color (decimal): -9960785 or 11469416. OLE color: 11469416.
HSL color Cylindrical-coordinate representation of color #6802AF: hue angle of 275.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802AF is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 2 | 175 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.31 |
| HSL | 275.38º | 0.98% | 0.35% | - |
| HSV(B) | 275.38º | 0.99% | 0.69% | - |
| XYZ | 13.47 | 6.08 | 41.02 | - |
| YUV | 52.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 175 | 0.41 | 0.99 | 0 | 0.31 | 275.38 | 0.98 | 0.35 |
| Hex | 68 | 2 | AF | 29 | 63 | 0 | 1F | 113 | 62 | 23 |
| Octal | 150 | 2 | 257 | 51 | 143 | 0 | 37 | 423 | 142 | 43 |
| Binary | 1101000 | 10 | 10101111 | 101001 | 1100011 | 0 | 11111 | 100010011 | 1100010 | 100011 |
Color Harmonies of #6802AF
Complementary color
Monochromatic Colors of #6802AF
Black with #6802AF
Text Example
Text Example
White with #6802AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802AF; }
p { color: rgb(104,2,175); }
H1.HeaderClassName
{
color: #6802AF;
}
.AnyTagClassName
{
color: #6802AF;
}
</style>
background-color css
<style>
a { background-color: #6802AF; }
a { background-color: rgb(104,2,175); }
div.DivClassName
{
background-color: #6802AF;
}
.BgClassName
{
background-color: #6802AF;
}
</style>
border-color css
<style>
span { border-color: #6802AF; }
span { border-color: rgb(104,2,175); }
td.TdClassName
{
border-color: #6802AF;
}
.TagClassName
{
border-color: #6802AF;
}
</style>