Shades of Purple Heart #6802BA
Tints of Purple Heart #6802BA
RGB
CMYK
RGB Variations
Color information
#6802BA (or 0x6802BA) is known color: Purple Heart. HEX triplet: 68, 02 and BA. RGB value is (104,2,186). Sum of RGB (Red+Green+Blue) = 104+2+186=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #6802BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802BA is #97FD45. Grayscale: #343434. Windows color (decimal): -9960774 or 12190312. OLE color: 12190312.
HSL color Cylindrical-coordinate representation of color #6802BA: hue angle of 273.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802BA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 2 | 186 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.27 |
| HSL | 273.26º | 0.98% | 0.37% | - |
| HSV(B) | 273.26º | 0.99% | 0.73% | - |
| XYZ | 14.59 | 6.53 | 46.95 | - |
| YUV | 53.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 186 | 0.44 | 0.99 | 0 | 0.27 | 273.26 | 0.98 | 0.37 |
| Hex | 68 | 2 | BA | 2C | 63 | 0 | 1B | 111 | 62 | 25 |
| Octal | 150 | 2 | 272 | 54 | 143 | 0 | 33 | 421 | 142 | 45 |
| Binary | 1101000 | 10 | 10111010 | 101100 | 1100011 | 0 | 11011 | 100010001 | 1100010 | 100101 |
Color Harmonies of #6802BA
Complementary color
Monochromatic Colors of #6802BA
Black with #6802BA
Text Example
Text Example
White with #6802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802BA; }
p { color: rgb(104,2,186); }
H1.HeaderClassName
{
color: #6802BA;
}
.AnyTagClassName
{
color: #6802BA;
}
</style>
background-color css
<style>
a { background-color: #6802BA; }
a { background-color: rgb(104,2,186); }
div.DivClassName
{
background-color: #6802BA;
}
.BgClassName
{
background-color: #6802BA;
}
</style>
border-color css
<style>
span { border-color: #6802BA; }
span { border-color: rgb(104,2,186); }
td.TdClassName
{
border-color: #6802BA;
}
.TagClassName
{
border-color: #6802BA;
}
</style>