Shades of Purple Heart #6800C9
Tints of Purple Heart #6800C9
RGB
CMYK
RGB Variations
Color information
#6800C9 (or 0x6800C9) is known color: Purple Heart. HEX triplet: 68, 00 and C9. RGB value is (104,0,201). Sum of RGB (Red+Green+Blue) = 104+0+201=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #6800C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800C9 is #97FF36. Grayscale: #353535. Windows color (decimal): -9961271 or 13172840. OLE color: 13172840.
HSL color Cylindrical-coordinate representation of color #6800C9: hue angle of 271.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800C9 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 0 | 201 | - |
| CMYK | 0.48 | 1 | 0 | 0.21 |
| HSL | 271.04º | 1% | 0.39% | - |
| HSV(B) | 271.04º | 1% | 0.79% | - |
| XYZ | 16.25 | 7.16 | 55.78 | - |
| YUV | 54.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 201 | 0.48 | 1 | 0 | 0.21 | 271.04 | 1 | 0.39 |
| Hex | 68 | 0 | C9 | 30 | 64 | 0 | 15 | 10F | 64 | 27 |
| Octal | 150 | 0 | 311 | 60 | 144 | 0 | 25 | 417 | 144 | 47 |
| Binary | 1101000 | 0 | 11001001 | 110000 | 1100100 | 0 | 10101 | 100001111 | 1100100 | 100111 |
Color Harmonies of #6800C9
Complementary color
Monochromatic Colors of #6800C9
Black with #6800C9
Text Example
Text Example
White with #6800C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800C9; }
p { color: rgb(104,0,201); }
H1.HeaderClassName
{
color: #6800C9;
}
.AnyTagClassName
{
color: #6800C9;
}
</style>
background-color css
<style>
a { background-color: #6800C9; }
a { background-color: rgb(104,0,201); }
div.DivClassName
{
background-color: #6800C9;
}
.BgClassName
{
background-color: #6800C9;
}
</style>
border-color css
<style>
span { border-color: #6800C9; }
span { border-color: rgb(104,0,201); }
td.TdClassName
{
border-color: #6800C9;
}
.TagClassName
{
border-color: #6800C9;
}
</style>