Shades of Purple Heart #682CCF
Tints of Purple Heart #682CCF
RGB
CMYK
RGB Variations
Color information
#682CCF (or 0x682CCF) is known color: Purple Heart. HEX triplet: 68, 2C and CF. RGB value is (104,44,207). Sum of RGB (Red+Green+Blue) = 104+44+207=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #682CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CCF is #97D330. Grayscale: #4F4F4F. Windows color (decimal): -9950001 or 13577320. OLE color: 13577320.
HSL color Cylindrical-coordinate representation of color #682CCF: hue angle of 262.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #682CCF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 44 | 207 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.19 |
| HSL | 262.09º | 0.65% | 0.49% | - |
| HSV(B) | 262.09º | 0.79% | 0.81% | - |
| XYZ | 17.87 | 9.25 | 59.87 | - |
| YUV | 80.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 207 | 0.50 | 0.79 | 0 | 0.19 | 262.09 | 0.65 | 0.49 |
| Hex | 68 | 2C | CF | 32 | 4F | 0 | 13 | 106 | 41 | 31 |
| Octal | 150 | 54 | 317 | 62 | 117 | 0 | 23 | 406 | 101 | 61 |
| Binary | 1101000 | 101100 | 11001111 | 110010 | 1001111 | 0 | 10011 | 100000110 | 1000001 | 110001 |
Color Harmonies of #682CCF
Complementary color
Monochromatic Colors of #682CCF
Black with #682CCF
Text Example
Text Example
White with #682CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CCF; }
p { color: rgb(104,44,207); }
H1.HeaderClassName
{
color: #682CCF;
}
.AnyTagClassName
{
color: #682CCF;
}
</style>
background-color css
<style>
a { background-color: #682CCF; }
a { background-color: rgb(104,44,207); }
div.DivClassName
{
background-color: #682CCF;
}
.BgClassName
{
background-color: #682CCF;
}
</style>
border-color css
<style>
span { border-color: #682CCF; }
span { border-color: rgb(104,44,207); }
td.TdClassName
{
border-color: #682CCF;
}
.TagClassName
{
border-color: #682CCF;
}
</style>