Shades of Purple Heart #680BCD
Tints of Purple Heart #680BCD
RGB
CMYK
RGB Variations
Color information
#680BCD (or 0x680BCD) is known color: Purple Heart. HEX triplet: 68, 0B and CD. RGB value is (104,11,205). Sum of RGB (Red+Green+Blue) = 104+11+205=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #680BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680BCD is #97F432. Grayscale: #3C3C3C. Windows color (decimal): -9958451 or 13437800. OLE color: 13437800.
HSL color Cylindrical-coordinate representation of color #680BCD: hue angle of 268.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680BCD is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 11 | 205 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.20 |
| HSL | 268.76º | 0.9% | 0.42% | - |
| HSV(B) | 268.76º | 0.95% | 0.8% | - |
| XYZ | 16.85 | 7.59 | 58.33 | - |
| YUV | 60.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 205 | 0.49 | 0.95 | 0 | 0.20 | 268.76 | 0.9 | 0.42 |
| Hex | 68 | B | CD | 31 | 5F | 0 | 14 | 10D | 5A | 2A |
| Octal | 150 | 13 | 315 | 61 | 137 | 0 | 24 | 415 | 132 | 52 |
| Binary | 1101000 | 1011 | 11001101 | 110001 | 1011111 | 0 | 10100 | 100001101 | 1011010 | 101010 |
Color Harmonies of #680BCD
Complementary color
Monochromatic Colors of #680BCD
Black with #680BCD
Text Example
Text Example
White with #680BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680BCD; }
p { color: rgb(104,11,205); }
H1.HeaderClassName
{
color: #680BCD;
}
.AnyTagClassName
{
color: #680BCD;
}
</style>
background-color css
<style>
a { background-color: #680BCD; }
a { background-color: rgb(104,11,205); }
div.DivClassName
{
background-color: #680BCD;
}
.BgClassName
{
background-color: #680BCD;
}
</style>
border-color css
<style>
span { border-color: #680BCD; }
span { border-color: rgb(104,11,205); }
td.TdClassName
{
border-color: #680BCD;
}
.TagClassName
{
border-color: #680BCD;
}
</style>