Shades of Purple Heart #6806CB
Tints of Purple Heart #6806CB
RGB
CMYK
RGB Variations
Color information
#6806CB (or 0x6806CB) is known color: Purple Heart. HEX triplet: 68, 06 and CB. RGB value is (104,6,203). Sum of RGB (Red+Green+Blue) = 104+6+203=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #6806CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806CB is #97F934. Grayscale: #393939. Windows color (decimal): -9959733 or 13305448. OLE color: 13305448.
HSL color Cylindrical-coordinate representation of color #6806CB: hue angle of 269.85º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806CB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 6 | 203 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.20 |
| HSL | 269.85º | 0.94% | 0.41% | - |
| HSV(B) | 269.85º | 0.97% | 0.8% | - |
| XYZ | 16.55 | 7.39 | 57.05 | - |
| YUV | 57.76 | 209.97 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 203 | 0.49 | 0.97 | 0 | 0.20 | 269.85 | 0.94 | 0.41 |
| Hex | 68 | 6 | CB | 31 | 61 | 0 | 14 | 10E | 5E | 29 |
| Octal | 150 | 6 | 313 | 61 | 141 | 0 | 24 | 416 | 136 | 51 |
| Binary | 1101000 | 110 | 11001011 | 110001 | 1100001 | 0 | 10100 | 100001110 | 1011110 | 101001 |
Color Harmonies of #6806CB
Complementary color
Monochromatic Colors of #6806CB
Black with #6806CB
Text Example
Text Example
White with #6806CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6806CB; }
p { color: rgb(104,6,203); }
H1.HeaderClassName
{
color: #6806CB;
}
.AnyTagClassName
{
color: #6806CB;
}
</style>
background-color css
<style>
a { background-color: #6806CB; }
a { background-color: rgb(104,6,203); }
div.DivClassName
{
background-color: #6806CB;
}
.BgClassName
{
background-color: #6806CB;
}
</style>
border-color css
<style>
span { border-color: #6806CB; }
span { border-color: rgb(104,6,203); }
td.TdClassName
{
border-color: #6806CB;
}
.TagClassName
{
border-color: #6806CB;
}
</style>