Shades of Purple Heart #6802CB
Tints of Purple Heart #6802CB
RGB
CMYK
RGB Variations
Color information
#6802CB (or 0x6802CB) is known color: Purple Heart. HEX triplet: 68, 02 and CB. RGB value is (104,2,203). Sum of RGB (Red+Green+Blue) = 104+2+203=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #6802CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802CB is #97FD34. Grayscale: #363636. Windows color (decimal): -9960757 or 13304424. OLE color: 13304424.
HSL color Cylindrical-coordinate representation of color #6802CB: hue angle of 270.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802CB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 2 | 203 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.20 |
| HSL | 270.45º | 0.98% | 0.4% | - |
| HSV(B) | 270.45º | 0.99% | 0.8% | - |
| XYZ | 16.51 | 7.3 | 57.04 | - |
| YUV | 55.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 203 | 0.49 | 0.99 | 0 | 0.20 | 270.45 | 0.98 | 0.4 |
| Hex | 68 | 2 | CB | 31 | 63 | 0 | 14 | 10E | 62 | 28 |
| Octal | 150 | 2 | 313 | 61 | 143 | 0 | 24 | 416 | 142 | 50 |
| Binary | 1101000 | 10 | 11001011 | 110001 | 1100011 | 0 | 10100 | 100001110 | 1100010 | 101000 |
Color Harmonies of #6802CB
Complementary color
Monochromatic Colors of #6802CB
Black with #6802CB
Text Example
Text Example
White with #6802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802CB; }
p { color: rgb(104,2,203); }
H1.HeaderClassName
{
color: #6802CB;
}
.AnyTagClassName
{
color: #6802CB;
}
</style>
background-color css
<style>
a { background-color: #6802CB; }
a { background-color: rgb(104,2,203); }
div.DivClassName
{
background-color: #6802CB;
}
.BgClassName
{
background-color: #6802CB;
}
</style>
border-color css
<style>
span { border-color: #6802CB; }
span { border-color: rgb(104,2,203); }
td.TdClassName
{
border-color: #6802CB;
}
.TagClassName
{
border-color: #6802CB;
}
</style>