Shades of Purple Heart #6A08AD
Tints of Purple Heart #6A08AD
RGB
CMYK
RGB Variations
Color information
#6A08AD (or 0x6A08AD) is known color: Purple Heart. HEX triplet: 6A, 08 and AD. RGB value is (106,8,173). Sum of RGB (Red+Green+Blue) = 106+8+173=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A08AD is #95F752. Grayscale: #373737. Windows color (decimal): -9828179 or 11339882. OLE color: 11339882.
HSL color Cylindrical-coordinate representation of color #6A08AD: hue angle of 275.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A08AD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 8 | 173 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.32 |
| HSL | 275.64º | 0.91% | 0.35% | - |
| HSV(B) | 275.64º | 0.95% | 0.68% | - |
| XYZ | 13.57 | 6.25 | 40.03 | - |
| YUV | 56.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 173 | 0.39 | 0.95 | 0 | 0.32 | 275.64 | 0.91 | 0.35 |
| Hex | 6A | 8 | AD | 27 | 5F | 0 | 20 | 114 | 5B | 23 |
| Octal | 152 | 10 | 255 | 47 | 137 | 0 | 40 | 424 | 133 | 43 |
| Binary | 1101010 | 1000 | 10101101 | 100111 | 1011111 | 0 | 100000 | 100010100 | 1011011 | 100011 |
Color Harmonies of #6A08AD
Complementary color
Monochromatic Colors of #6A08AD
Black with #6A08AD
Text Example
Text Example
White with #6A08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A08AD; }
p { color: rgb(106,8,173); }
H1.HeaderClassName
{
color: #6A08AD;
}
.AnyTagClassName
{
color: #6A08AD;
}
</style>
background-color css
<style>
a { background-color: #6A08AD; }
a { background-color: rgb(106,8,173); }
div.DivClassName
{
background-color: #6A08AD;
}
.BgClassName
{
background-color: #6A08AD;
}
</style>
border-color css
<style>
span { border-color: #6A08AD; }
span { border-color: rgb(106,8,173); }
td.TdClassName
{
border-color: #6A08AD;
}
.TagClassName
{
border-color: #6A08AD;
}
</style>