Shades of Purple Heart #682BB7
Tints of Purple Heart #682BB7
RGB
CMYK
RGB Variations
Color information
#682BB7 (or 0x682BB7) is known color: Purple Heart. HEX triplet: 68, 2B and B7. RGB value is (104,43,183). Sum of RGB (Red+Green+Blue) = 104+43+183=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #682BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BB7 is #97D448. Grayscale: #4C4C4C. Windows color (decimal): -9950281 or 12004200. OLE color: 12004200.
HSL color Cylindrical-coordinate representation of color #682BB7: hue angle of 266.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682BB7 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 43 | 183 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.28 |
| HSL | 266.14º | 0.62% | 0.44% | - |
| HSV(B) | 266.14º | 0.77% | 0.72% | - |
| XYZ | 15.12 | 8.09 | 45.56 | - |
| YUV | 77.2 | 187.71 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 183 | 0.43 | 0.77 | 0 | 0.28 | 266.14 | 0.62 | 0.44 |
| Hex | 68 | 2B | B7 | 2B | 4D | 0 | 1C | 10A | 3E | 2C |
| Octal | 150 | 53 | 267 | 53 | 115 | 0 | 34 | 412 | 76 | 54 |
| Binary | 1101000 | 101011 | 10110111 | 101011 | 1001101 | 0 | 11100 | 100001010 | 111110 | 101100 |
Color Harmonies of #682BB7
Complementary color
Monochromatic Colors of #682BB7
Black with #682BB7
Text Example
Text Example
White with #682BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BB7; }
p { color: rgb(104,43,183); }
H1.HeaderClassName
{
color: #682BB7;
}
.AnyTagClassName
{
color: #682BB7;
}
</style>
background-color css
<style>
a { background-color: #682BB7; }
a { background-color: rgb(104,43,183); }
div.DivClassName
{
background-color: #682BB7;
}
.BgClassName
{
background-color: #682BB7;
}
</style>
border-color css
<style>
span { border-color: #682BB7; }
span { border-color: rgb(104,43,183); }
td.TdClassName
{
border-color: #682BB7;
}
.TagClassName
{
border-color: #682BB7;
}
</style>