Shades of Purple Heart #6802C5
Tints of Purple Heart #6802C5
RGB
CMYK
RGB Variations
Color information
#6802C5 (or 0x6802C5) is known color: Purple Heart. HEX triplet: 68, 02 and C5. RGB value is (104,2,197). Sum of RGB (Red+Green+Blue) = 104+2+197=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 197 (77.34% from 255 or 65.02% from 303); Max value from RGB is 197 - color contains mainly: blue. Hex color #6802C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802C5 is #97FD3A. Grayscale: #363636. Windows color (decimal): -9960763 or 12911208. OLE color: 12911208.
HSL color Cylindrical-coordinate representation of color #6802C5: hue angle of 271.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802C5 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 2 | 197 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.23 |
| HSL | 271.38º | 0.98% | 0.39% | - |
| HSV(B) | 271.38º | 0.99% | 0.77% | - |
| XYZ | 15.81 | 7.02 | 53.34 | - |
| YUV | 54.73 | 208.29 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 197 | 0.47 | 0.99 | 0 | 0.23 | 271.38 | 0.98 | 0.39 |
| Hex | 68 | 2 | C5 | 2F | 63 | 0 | 17 | 10F | 62 | 27 |
| Octal | 150 | 2 | 305 | 57 | 143 | 0 | 27 | 417 | 142 | 47 |
| Binary | 1101000 | 10 | 11000101 | 101111 | 1100011 | 0 | 10111 | 100001111 | 1100010 | 100111 |
Color Harmonies of #6802C5
Complementary color
Monochromatic Colors of #6802C5
Black with #6802C5
Text Example
Text Example
White with #6802C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802C5; }
p { color: rgb(104,2,197); }
H1.HeaderClassName
{
color: #6802C5;
}
.AnyTagClassName
{
color: #6802C5;
}
</style>
background-color css
<style>
a { background-color: #6802C5; }
a { background-color: rgb(104,2,197); }
div.DivClassName
{
background-color: #6802C5;
}
.BgClassName
{
background-color: #6802C5;
}
</style>
border-color css
<style>
span { border-color: #6802C5; }
span { border-color: rgb(104,2,197); }
td.TdClassName
{
border-color: #6802C5;
}
.TagClassName
{
border-color: #6802C5;
}
</style>