Shades of Purple Heart #682CB8
Tints of Purple Heart #682CB8
RGB
CMYK
RGB Variations
Color information
#682CB8 (or 0x682CB8) is known color: Purple Heart. HEX triplet: 68, 2C and B8. RGB value is (104,44,184). Sum of RGB (Red+Green+Blue) = 104+44+184=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #682CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CB8 is #97D347. Grayscale: #4D4D4D. Windows color (decimal): -9950024 or 12069992. OLE color: 12069992.
HSL color Cylindrical-coordinate representation of color #682CB8: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682CB8 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 44 | 184 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.28 |
| HSL | 265.71º | 0.61% | 0.45% | - |
| HSV(B) | 265.71º | 0.76% | 0.72% | - |
| XYZ | 15.26 | 8.21 | 46.13 | - |
| YUV | 77.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 184 | 0.43 | 0.76 | 0 | 0.28 | 265.71 | 0.61 | 0.45 |
| Hex | 68 | 2C | B8 | 2B | 4C | 0 | 1C | 10A | 3D | 2D |
| Octal | 150 | 54 | 270 | 53 | 114 | 0 | 34 | 412 | 75 | 55 |
| Binary | 1101000 | 101100 | 10111000 | 101011 | 1001100 | 0 | 11100 | 100001010 | 111101 | 101101 |
Color Harmonies of #682CB8
Complementary color
Monochromatic Colors of #682CB8
Black with #682CB8
Text Example
Text Example
White with #682CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CB8; }
p { color: rgb(104,44,184); }
H1.HeaderClassName
{
color: #682CB8;
}
.AnyTagClassName
{
color: #682CB8;
}
</style>
background-color css
<style>
a { background-color: #682CB8; }
a { background-color: rgb(104,44,184); }
div.DivClassName
{
background-color: #682CB8;
}
.BgClassName
{
background-color: #682CB8;
}
</style>
border-color css
<style>
span { border-color: #682CB8; }
span { border-color: rgb(104,44,184); }
td.TdClassName
{
border-color: #682CB8;
}
.TagClassName
{
border-color: #682CB8;
}
</style>