Shades of Purple Heart #682AB9
Tints of Purple Heart #682AB9
RGB
CMYK
RGB Variations
Color information
#682AB9 (or 0x682AB9) is known color: Purple Heart. HEX triplet: 68, 2A and B9. RGB value is (104,42,185). Sum of RGB (Red+Green+Blue) = 104+42+185=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #682AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682AB9 is #97D546. Grayscale: #4C4C4C. Windows color (decimal): -9950535 or 12135016. OLE color: 12135016.
HSL color Cylindrical-coordinate representation of color #682AB9: hue angle of 266.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682AB9 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 42 | 185 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.27 |
| HSL | 266.01º | 0.63% | 0.45% | - |
| HSV(B) | 266.01º | 0.77% | 0.73% | - |
| XYZ | 15.29 | 8.1 | 46.66 | - |
| YUV | 76.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 185 | 0.44 | 0.77 | 0 | 0.27 | 266.01 | 0.63 | 0.45 |
| Hex | 68 | 2A | B9 | 2C | 4D | 0 | 1B | 10A | 3F | 2D |
| Octal | 150 | 52 | 271 | 54 | 115 | 0 | 33 | 412 | 77 | 55 |
| Binary | 1101000 | 101010 | 10111001 | 101100 | 1001101 | 0 | 11011 | 100001010 | 111111 | 101101 |
Color Harmonies of #682AB9
Complementary color
Monochromatic Colors of #682AB9
Black with #682AB9
Text Example
Text Example
White with #682AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682AB9; }
p { color: rgb(104,42,185); }
H1.HeaderClassName
{
color: #682AB9;
}
.AnyTagClassName
{
color: #682AB9;
}
</style>
background-color css
<style>
a { background-color: #682AB9; }
a { background-color: rgb(104,42,185); }
div.DivClassName
{
background-color: #682AB9;
}
.BgClassName
{
background-color: #682AB9;
}
</style>
border-color css
<style>
span { border-color: #682AB9; }
span { border-color: rgb(104,42,185); }
td.TdClassName
{
border-color: #682AB9;
}
.TagClassName
{
border-color: #682AB9;
}
</style>