Shades of Purple Heart #6800AF
Tints of Purple Heart #6800AF
RGB
CMYK
RGB Variations
Color information
#6800AF (or 0x6800AF) is known color: Purple Heart. HEX triplet: 68, 00 and AF. RGB value is (104,0,175). Sum of RGB (Red+Green+Blue) = 104+0+175=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #6800AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6800AF is #97FF50. Grayscale: #323232. Windows color (decimal): -9961297 or 11468904. OLE color: 11468904.
HSL color Cylindrical-coordinate representation of color #6800AF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800AF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 0 | 175 | - |
| CMYK | 0.41 | 1 | 0 | 0.31 |
| HSL | 275.66º | 1% | 0.34% | - |
| HSV(B) | 275.66º | 1% | 0.69% | - |
| XYZ | 13.45 | 6.04 | 41.01 | - |
| YUV | 51.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 175 | 0.41 | 1 | 0 | 0.31 | 275.66 | 1 | 0.34 |
| Hex | 68 | 0 | AF | 29 | 64 | 0 | 1F | 114 | 64 | 22 |
| Octal | 150 | 0 | 257 | 51 | 144 | 0 | 37 | 424 | 144 | 42 |
| Binary | 1101000 | 0 | 10101111 | 101001 | 1100100 | 0 | 11111 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6800AF
Complementary color
Monochromatic Colors of #6800AF
Black with #6800AF
Text Example
Text Example
White with #6800AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800AF; }
p { color: rgb(104,0,175); }
H1.HeaderClassName
{
color: #6800AF;
}
.AnyTagClassName
{
color: #6800AF;
}
</style>
background-color css
<style>
a { background-color: #6800AF; }
a { background-color: rgb(104,0,175); }
div.DivClassName
{
background-color: #6800AF;
}
.BgClassName
{
background-color: #6800AF;
}
</style>
border-color css
<style>
span { border-color: #6800AF; }
span { border-color: rgb(104,0,175); }
td.TdClassName
{
border-color: #6800AF;
}
.TagClassName
{
border-color: #6800AF;
}
</style>