Shades of Purple Heart #6807AF
Tints of Purple Heart #6807AF
RGB
CMYK
RGB Variations
Color information
#6807AF (or 0x6807AF) is known color: Purple Heart. HEX triplet: 68, 07 and AF. RGB value is (104,7,175). Sum of RGB (Red+Green+Blue) = 104+7+175=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #6807AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807AF is #97F850. Grayscale: #363636. Windows color (decimal): -9959505 or 11470696. OLE color: 11470696.
HSL color Cylindrical-coordinate representation of color #6807AF: hue angle of 274.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807AF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 7 | 175 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.31 |
| HSL | 274.64º | 0.92% | 0.36% | - |
| HSV(B) | 274.64º | 0.96% | 0.69% | - |
| XYZ | 13.52 | 6.19 | 41.04 | - |
| YUV | 55.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 175 | 0.41 | 0.96 | 0 | 0.31 | 274.64 | 0.92 | 0.36 |
| Hex | 68 | 7 | AF | 29 | 60 | 0 | 1F | 113 | 5C | 24 |
| Octal | 150 | 7 | 257 | 51 | 140 | 0 | 37 | 423 | 134 | 44 |
| Binary | 1101000 | 111 | 10101111 | 101001 | 1100000 | 0 | 11111 | 100010011 | 1011100 | 100100 |
Color Harmonies of #6807AF
Complementary color
Monochromatic Colors of #6807AF
Black with #6807AF
Text Example
Text Example
White with #6807AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807AF; }
p { color: rgb(104,7,175); }
H1.HeaderClassName
{
color: #6807AF;
}
.AnyTagClassName
{
color: #6807AF;
}
</style>
background-color css
<style>
a { background-color: #6807AF; }
a { background-color: rgb(104,7,175); }
div.DivClassName
{
background-color: #6807AF;
}
.BgClassName
{
background-color: #6807AF;
}
</style>
border-color css
<style>
span { border-color: #6807AF; }
span { border-color: rgb(104,7,175); }
td.TdClassName
{
border-color: #6807AF;
}
.TagClassName
{
border-color: #6807AF;
}
</style>