Shades of Purple Heart #6807AB
Tints of Purple Heart #6807AB
RGB
CMYK
RGB Variations
Color information
#6807AB (or 0x6807AB) is known color: Purple Heart. HEX triplet: 68, 07 and AB. RGB value is (104,7,171). Sum of RGB (Red+Green+Blue) = 104+7+171=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #6807AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807AB is #97F854. Grayscale: #363636. Windows color (decimal): -9959509 or 11208552. OLE color: 11208552.
HSL color Cylindrical-coordinate representation of color #6807AB: hue angle of 275.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6807AB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 7 | 171 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.33 |
| HSL | 275.49º | 0.92% | 0.35% | - |
| HSV(B) | 275.49º | 0.96% | 0.67% | - |
| XYZ | 13.14 | 6.04 | 39 | - |
| YUV | 54.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 171 | 0.39 | 0.96 | 0 | 0.33 | 275.49 | 0.92 | 0.35 |
| Hex | 68 | 7 | AB | 27 | 60 | 0 | 21 | 113 | 5C | 23 |
| Octal | 150 | 7 | 253 | 47 | 140 | 0 | 41 | 423 | 134 | 43 |
| Binary | 1101000 | 111 | 10101011 | 100111 | 1100000 | 0 | 100001 | 100010011 | 1011100 | 100011 |
Color Harmonies of #6807AB
Complementary color
Monochromatic Colors of #6807AB
Black with #6807AB
Text Example
Text Example
White with #6807AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6807AB; }
p { color: rgb(104,7,171); }
H1.HeaderClassName
{
color: #6807AB;
}
.AnyTagClassName
{
color: #6807AB;
}
</style>
background-color css
<style>
a { background-color: #6807AB; }
a { background-color: rgb(104,7,171); }
div.DivClassName
{
background-color: #6807AB;
}
.BgClassName
{
background-color: #6807AB;
}
</style>
border-color css
<style>
span { border-color: #6807AB; }
span { border-color: rgb(104,7,171); }
td.TdClassName
{
border-color: #6807AB;
}
.TagClassName
{
border-color: #6807AB;
}
</style>