Shades of Purple Heart #680AB4
Tints of Purple Heart #680AB4
RGB
CMYK
RGB Variations
Color information
#680AB4 (or 0x680AB4) is known color: Purple Heart. HEX triplet: 68, 0A and B4. RGB value is (104,10,180). Sum of RGB (Red+Green+Blue) = 104+10+180=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #680AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680AB4 is #97F54B. Grayscale: #383838. Windows color (decimal): -9958732 or 11799144. OLE color: 11799144.
HSL color Cylindrical-coordinate representation of color #680AB4: hue angle of 273.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680AB4 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 10 | 180 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.29 |
| HSL | 273.18º | 0.89% | 0.37% | - |
| HSV(B) | 273.18º | 0.94% | 0.71% | - |
| XYZ | 14.06 | 6.46 | 43.69 | - |
| YUV | 57.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 180 | 0.42 | 0.94 | 0 | 0.29 | 273.18 | 0.89 | 0.37 |
| Hex | 68 | A | B4 | 2A | 5E | 0 | 1D | 111 | 59 | 25 |
| Octal | 150 | 12 | 264 | 52 | 136 | 0 | 35 | 421 | 131 | 45 |
| Binary | 1101000 | 1010 | 10110100 | 101010 | 1011110 | 0 | 11101 | 100010001 | 1011001 | 100101 |
Color Harmonies of #680AB4
Complementary color
Monochromatic Colors of #680AB4
Black with #680AB4
Text Example
Text Example
White with #680AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680AB4; }
p { color: rgb(104,10,180); }
H1.HeaderClassName
{
color: #680AB4;
}
.AnyTagClassName
{
color: #680AB4;
}
</style>
background-color css
<style>
a { background-color: #680AB4; }
a { background-color: rgb(104,10,180); }
div.DivClassName
{
background-color: #680AB4;
}
.BgClassName
{
background-color: #680AB4;
}
</style>
border-color css
<style>
span { border-color: #680AB4; }
span { border-color: rgb(104,10,180); }
td.TdClassName
{
border-color: #680AB4;
}
.TagClassName
{
border-color: #680AB4;
}
</style>