Shades of Purple Heart #6802CF
Tints of Purple Heart #6802CF
RGB
CMYK
RGB Variations
Color information
#6802CF (or 0x6802CF) is known color: Purple Heart. HEX triplet: 68, 02 and CF. RGB value is (104,2,207). Sum of RGB (Red+Green+Blue) = 104+2+207=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #6802CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802CF is #97FD30. Grayscale: #373737. Windows color (decimal): -9960753 or 13566568. OLE color: 13566568.
HSL color Cylindrical-coordinate representation of color #6802CF: hue angle of 269.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802CF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 2 | 207 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.19 |
| HSL | 269.85º | 0.98% | 0.41% | - |
| HSV(B) | 269.85º | 0.99% | 0.81% | - |
| XYZ | 16.99 | 7.49 | 59.58 | - |
| YUV | 55.87 | 213.29 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 207 | 0.50 | 0.99 | 0 | 0.19 | 269.85 | 0.98 | 0.41 |
| Hex | 68 | 2 | CF | 32 | 63 | 0 | 13 | 10E | 62 | 29 |
| Octal | 150 | 2 | 317 | 62 | 143 | 0 | 23 | 416 | 142 | 51 |
| Binary | 1101000 | 10 | 11001111 | 110010 | 1100011 | 0 | 10011 | 100001110 | 1100010 | 101001 |
Color Harmonies of #6802CF
Complementary color
Monochromatic Colors of #6802CF
Black with #6802CF
Text Example
Text Example
White with #6802CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802CF; }
p { color: rgb(104,2,207); }
H1.HeaderClassName
{
color: #6802CF;
}
.AnyTagClassName
{
color: #6802CF;
}
</style>
background-color css
<style>
a { background-color: #6802CF; }
a { background-color: rgb(104,2,207); }
div.DivClassName
{
background-color: #6802CF;
}
.BgClassName
{
background-color: #6802CF;
}
</style>
border-color css
<style>
span { border-color: #6802CF; }
span { border-color: rgb(104,2,207); }
td.TdClassName
{
border-color: #6802CF;
}
.TagClassName
{
border-color: #6802CF;
}
</style>