Shades of Purple Heart #680AB8
Tints of Purple Heart #680AB8
RGB
CMYK
RGB Variations
Color information
#680AB8 (or 0x680AB8) is known color: Purple Heart. HEX triplet: 68, 0A and B8. RGB value is (104,10,184). Sum of RGB (Red+Green+Blue) = 104+10+184=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #680AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AB8 is #97F547. Grayscale: #393939. Windows color (decimal): -9958728 or 12061288. OLE color: 12061288.
HSL color Cylindrical-coordinate representation of color #680AB8: hue angle of 272.41º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680AB8 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 10 | 184 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.28 |
| HSL | 272.41º | 0.9% | 0.38% | - |
| HSV(B) | 272.41º | 0.95% | 0.72% | - |
| XYZ | 14.47 | 6.62 | 45.86 | - |
| YUV | 57.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 184 | 0.43 | 0.95 | 0 | 0.28 | 272.41 | 0.9 | 0.38 |
| Hex | 68 | A | B8 | 2B | 5F | 0 | 1C | 110 | 5A | 26 |
| Octal | 150 | 12 | 270 | 53 | 137 | 0 | 34 | 420 | 132 | 46 |
| Binary | 1101000 | 1010 | 10111000 | 101011 | 1011111 | 0 | 11100 | 100010000 | 1011010 | 100110 |
Color Harmonies of #680AB8
Complementary color
Monochromatic Colors of #680AB8
Black with #680AB8
Text Example
Text Example
White with #680AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AB8; }
p { color: rgb(104,10,184); }
H1.HeaderClassName
{
color: #680AB8;
}
.AnyTagClassName
{
color: #680AB8;
}
</style>
background-color css
<style>
a { background-color: #680AB8; }
a { background-color: rgb(104,10,184); }
div.DivClassName
{
background-color: #680AB8;
}
.BgClassName
{
background-color: #680AB8;
}
</style>
border-color css
<style>
span { border-color: #680AB8; }
span { border-color: rgb(104,10,184); }
td.TdClassName
{
border-color: #680AB8;
}
.TagClassName
{
border-color: #680AB8;
}
</style>