Shades of Purple Heart #6802C0
Tints of Purple Heart #6802C0
RGB
CMYK
RGB Variations
Color information
#6802C0 (or 0x6802C0) is known color: Purple Heart. HEX triplet: 68, 02 and C0. RGB value is (104,2,192). Sum of RGB (Red+Green+Blue) = 104+2+192=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #6802C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802C0 is #97FD3F. Grayscale: #353535. Windows color (decimal): -9960768 or 12583528. OLE color: 12583528.
HSL color Cylindrical-coordinate representation of color #6802C0: hue angle of 272.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802C0 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 2 | 192 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.25 |
| HSL | 272.21º | 0.98% | 0.38% | - |
| HSV(B) | 272.21º | 0.99% | 0.75% | - |
| XYZ | 15.25 | 6.79 | 50.38 | - |
| YUV | 54.16 | 205.79 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 192 | 0.46 | 0.99 | 0 | 0.25 | 272.21 | 0.98 | 0.38 |
| Hex | 68 | 2 | C0 | 2E | 63 | 0 | 19 | 110 | 62 | 26 |
| Octal | 150 | 2 | 300 | 56 | 143 | 0 | 31 | 420 | 142 | 46 |
| Binary | 1101000 | 10 | 11000000 | 101110 | 1100011 | 0 | 11001 | 100010000 | 1100010 | 100110 |
Color Harmonies of #6802C0
Complementary color
Monochromatic Colors of #6802C0
Black with #6802C0
Text Example
Text Example
White with #6802C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802C0; }
p { color: rgb(104,2,192); }
H1.HeaderClassName
{
color: #6802C0;
}
.AnyTagClassName
{
color: #6802C0;
}
</style>
background-color css
<style>
a { background-color: #6802C0; }
a { background-color: rgb(104,2,192); }
div.DivClassName
{
background-color: #6802C0;
}
.BgClassName
{
background-color: #6802C0;
}
</style>
border-color css
<style>
span { border-color: #6802C0; }
span { border-color: rgb(104,2,192); }
td.TdClassName
{
border-color: #6802C0;
}
.TagClassName
{
border-color: #6802C0;
}
</style>