Shades of Purple Heart #682ABB
Tints of Purple Heart #682ABB
RGB
CMYK
RGB Variations
Color information
#682ABB (or 0x682ABB) is known color: Purple Heart. HEX triplet: 68, 2A and BB. RGB value is (104,42,187). Sum of RGB (Red+Green+Blue) = 104+42+187=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #682ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ABB is #97D544. Grayscale: #4C4C4C. Windows color (decimal): -9950533 or 12266088. OLE color: 12266088.
HSL color Cylindrical-coordinate representation of color #682ABB: hue angle of 265.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682ABB is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 42 | 187 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.27 |
| HSL | 265.66º | 0.63% | 0.45% | - |
| HSV(B) | 265.66º | 0.78% | 0.73% | - |
| XYZ | 15.51 | 8.19 | 47.78 | - |
| YUV | 77.07 | 190.04 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 187 | 0.44 | 0.78 | 0 | 0.27 | 265.66 | 0.63 | 0.45 |
| Hex | 68 | 2A | BB | 2C | 4E | 0 | 1B | 10A | 3F | 2D |
| Octal | 150 | 52 | 273 | 54 | 116 | 0 | 33 | 412 | 77 | 55 |
| Binary | 1101000 | 101010 | 10111011 | 101100 | 1001110 | 0 | 11011 | 100001010 | 111111 | 101101 |
Color Harmonies of #682ABB
Complementary color
Monochromatic Colors of #682ABB
Black with #682ABB
Text Example
Text Example
White with #682ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682ABB; }
p { color: rgb(104,42,187); }
H1.HeaderClassName
{
color: #682ABB;
}
.AnyTagClassName
{
color: #682ABB;
}
</style>
background-color css
<style>
a { background-color: #682ABB; }
a { background-color: rgb(104,42,187); }
div.DivClassName
{
background-color: #682ABB;
}
.BgClassName
{
background-color: #682ABB;
}
</style>
border-color css
<style>
span { border-color: #682ABB; }
span { border-color: rgb(104,42,187); }
td.TdClassName
{
border-color: #682ABB;
}
.TagClassName
{
border-color: #682ABB;
}
</style>