Shades of Purple Heart #6808AF
Tints of Purple Heart #6808AF
RGB
CMYK
RGB Variations
Color information
#6808AF (or 0x6808AF) is known color: Purple Heart. HEX triplet: 68, 08 and AF. RGB value is (104,8,175). Sum of RGB (Red+Green+Blue) = 104+8+175=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #6808AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6808AF is #97F750. Grayscale: #373737. Windows color (decimal): -9959249 or 11470952. OLE color: 11470952.
HSL color Cylindrical-coordinate representation of color #6808AF: hue angle of 274.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6808AF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 8 | 175 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.31 |
| HSL | 274.49º | 0.91% | 0.36% | - |
| HSV(B) | 274.49º | 0.95% | 0.69% | - |
| XYZ | 13.53 | 6.21 | 41.04 | - |
| YUV | 55.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 175 | 0.41 | 0.95 | 0 | 0.31 | 274.49 | 0.91 | 0.36 |
| Hex | 68 | 8 | AF | 29 | 5F | 0 | 1F | 112 | 5B | 24 |
| Octal | 150 | 10 | 257 | 51 | 137 | 0 | 37 | 422 | 133 | 44 |
| Binary | 1101000 | 1000 | 10101111 | 101001 | 1011111 | 0 | 11111 | 100010010 | 1011011 | 100100 |
Color Harmonies of #6808AF
Complementary color
Monochromatic Colors of #6808AF
Black with #6808AF
Text Example
Text Example
White with #6808AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6808AF; }
p { color: rgb(104,8,175); }
H1.HeaderClassName
{
color: #6808AF;
}
.AnyTagClassName
{
color: #6808AF;
}
</style>
background-color css
<style>
a { background-color: #6808AF; }
a { background-color: rgb(104,8,175); }
div.DivClassName
{
background-color: #6808AF;
}
.BgClassName
{
background-color: #6808AF;
}
</style>
border-color css
<style>
span { border-color: #6808AF; }
span { border-color: rgb(104,8,175); }
td.TdClassName
{
border-color: #6808AF;
}
.TagClassName
{
border-color: #6808AF;
}
</style>