Shades of Purple Heart #6908AD
Tints of Purple Heart #6908AD
RGB
CMYK
RGB Variations
Color information
#6908AD (or 0x6908AD) is known color: Purple Heart. HEX triplet: 69, 08 and AD. RGB value is (105,8,173). Sum of RGB (Red+Green+Blue) = 105+8+173=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #6908AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6908AD is #96F752. Grayscale: #373737. Windows color (decimal): -9893715 or 11339881. OLE color: 11339881.
HSL color Cylindrical-coordinate representation of color #6908AD: hue angle of 275.27º 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 #6908AD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 8 | 173 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.32 |
| HSL | 275.27º | 0.91% | 0.35% | - |
| HSV(B) | 275.27º | 0.95% | 0.68% | - |
| XYZ | 13.46 | 6.19 | 40.02 | - |
| YUV | 55.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 173 | 0.39 | 0.95 | 0 | 0.32 | 275.27 | 0.91 | 0.35 |
| Hex | 69 | 8 | AD | 27 | 5F | 0 | 20 | 113 | 5B | 23 |
| Octal | 151 | 10 | 255 | 47 | 137 | 0 | 40 | 423 | 133 | 43 |
| Binary | 1101001 | 1000 | 10101101 | 100111 | 1011111 | 0 | 100000 | 100010011 | 1011011 | 100011 |
Color Harmonies of #6908AD
Complementary color
Monochromatic Colors of #6908AD
Black with #6908AD
Text Example
Text Example
White with #6908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908AD; }
p { color: rgb(105,8,173); }
H1.HeaderClassName
{
color: #6908AD;
}
.AnyTagClassName
{
color: #6908AD;
}
</style>
background-color css
<style>
a { background-color: #6908AD; }
a { background-color: rgb(105,8,173); }
div.DivClassName
{
background-color: #6908AD;
}
.BgClassName
{
background-color: #6908AD;
}
</style>
border-color css
<style>
span { border-color: #6908AD; }
span { border-color: rgb(105,8,173); }
td.TdClassName
{
border-color: #6908AD;
}
.TagClassName
{
border-color: #6908AD;
}
</style>