Shades of Purple Heart #680FCC
Tints of Purple Heart #680FCC
RGB
CMYK
RGB Variations
Color information
#680FCC (or 0x680FCC) is known color: Purple Heart. HEX triplet: 68, 0F and CC. RGB value is (104,15,204). Sum of RGB (Red+Green+Blue) = 104+15+204=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #680FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680FCC is #97F033. Grayscale: #3E3E3E. Windows color (decimal): -9957428 or 13373288. OLE color: 13373288.
HSL color Cylindrical-coordinate representation of color #680FCC: hue angle of 268.25º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680FCC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 15 | 204 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.2 |
| HSL | 268.25º | 0.86% | 0.43% | - |
| HSV(B) | 268.25º | 0.93% | 0.8% | - |
| XYZ | 16.78 | 7.64 | 57.72 | - |
| YUV | 63.16 | 207.49 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 204 | 0.49 | 0.93 | 0 | 0.2 | 268.25 | 0.86 | 0.43 |
| Hex | 68 | F | CC | 31 | 5D | 0 | 14 | 10C | 56 | 2B |
| Octal | 150 | 17 | 314 | 61 | 135 | 0 | 24 | 414 | 126 | 53 |
| Binary | 1101000 | 1111 | 11001100 | 110001 | 1011101 | 0 | 10100 | 100001100 | 1010110 | 101011 |
Color Harmonies of #680FCC
Complementary color
Monochromatic Colors of #680FCC
Black with #680FCC
Text Example
Text Example
White with #680FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FCC; }
p { color: rgb(104,15,204); }
H1.HeaderClassName
{
color: #680FCC;
}
.AnyTagClassName
{
color: #680FCC;
}
</style>
background-color css
<style>
a { background-color: #680FCC; }
a { background-color: rgb(104,15,204); }
div.DivClassName
{
background-color: #680FCC;
}
.BgClassName
{
background-color: #680FCC;
}
</style>
border-color css
<style>
span { border-color: #680FCC; }
span { border-color: rgb(104,15,204); }
td.TdClassName
{
border-color: #680FCC;
}
.TagClassName
{
border-color: #680FCC;
}
</style>