Shades of Purple Heart #680FA4
Tints of Purple Heart #680FA4
RGB
CMYK
RGB Variations
Color information
#680FA4 (or 0x680FA4) is known color: Purple Heart. HEX triplet: 68, 0F and A4. RGB value is (104,15,164). Sum of RGB (Red+Green+Blue) = 104+15+164=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #680FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680FA4 is #97F05B. Grayscale: #3A3A3A. Windows color (decimal): -9957468 or 10751848. OLE color: 10751848.
HSL color Cylindrical-coordinate representation of color #680FA4: hue angle of 275.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680FA4 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 15 | 164 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.36 |
| HSL | 275.84º | 0.83% | 0.35% | - |
| HSV(B) | 275.84º | 0.91% | 0.64% | - |
| XYZ | 12.58 | 5.97 | 35.61 | - |
| YUV | 58.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 164 | 0.37 | 0.91 | 0 | 0.36 | 275.84 | 0.83 | 0.35 |
| Hex | 68 | F | A4 | 25 | 5B | 0 | 24 | 114 | 53 | 23 |
| Octal | 150 | 17 | 244 | 45 | 133 | 0 | 44 | 424 | 123 | 43 |
| Binary | 1101000 | 1111 | 10100100 | 100101 | 1011011 | 0 | 100100 | 100010100 | 1010011 | 100011 |
Color Harmonies of #680FA4
Complementary color
Monochromatic Colors of #680FA4
Black with #680FA4
Text Example
Text Example
White with #680FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680FA4; }
p { color: rgb(104,15,164); }
H1.HeaderClassName
{
color: #680FA4;
}
.AnyTagClassName
{
color: #680FA4;
}
</style>
background-color css
<style>
a { background-color: #680FA4; }
a { background-color: rgb(104,15,164); }
div.DivClassName
{
background-color: #680FA4;
}
.BgClassName
{
background-color: #680FA4;
}
</style>
border-color css
<style>
span { border-color: #680FA4; }
span { border-color: rgb(104,15,164); }
td.TdClassName
{
border-color: #680FA4;
}
.TagClassName
{
border-color: #680FA4;
}
</style>