Shades of Purple Heart #6803AF
Tints of Purple Heart #6803AF
RGB
CMYK
RGB Variations
Color information
#6803AF (or 0x6803AF) is known color: Purple Heart. HEX triplet: 68, 03 and AF. RGB value is (104,3,175). Sum of RGB (Red+Green+Blue) = 104+3+175=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #6803AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6803AF is #97FC50. Grayscale: #343434. Windows color (decimal): -9960529 or 11469672. OLE color: 11469672.
HSL color Cylindrical-coordinate representation of color #6803AF: hue angle of 275.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803AF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 3 | 175 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.31 |
| HSL | 275.23º | 0.97% | 0.35% | - |
| HSV(B) | 275.23º | 0.98% | 0.69% | - |
| XYZ | 13.48 | 6.1 | 41.03 | - |
| YUV | 52.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 175 | 0.41 | 0.98 | 0 | 0.31 | 275.23 | 0.97 | 0.35 |
| Hex | 68 | 3 | AF | 29 | 62 | 0 | 1F | 113 | 61 | 23 |
| Octal | 150 | 3 | 257 | 51 | 142 | 0 | 37 | 423 | 141 | 43 |
| Binary | 1101000 | 11 | 10101111 | 101001 | 1100010 | 0 | 11111 | 100010011 | 1100001 | 100011 |
Color Harmonies of #6803AF
Complementary color
Monochromatic Colors of #6803AF
Black with #6803AF
Text Example
Text Example
White with #6803AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803AF; }
p { color: rgb(104,3,175); }
H1.HeaderClassName
{
color: #6803AF;
}
.AnyTagClassName
{
color: #6803AF;
}
</style>
background-color css
<style>
a { background-color: #6803AF; }
a { background-color: rgb(104,3,175); }
div.DivClassName
{
background-color: #6803AF;
}
.BgClassName
{
background-color: #6803AF;
}
</style>
border-color css
<style>
span { border-color: #6803AF; }
span { border-color: rgb(104,3,175); }
td.TdClassName
{
border-color: #6803AF;
}
.TagClassName
{
border-color: #6803AF;
}
</style>