Shades of Purple Heart #683CCA
Tints of Purple Heart #683CCA
RGB
CMYK
RGB Variations
Color information
#683CCA (or 0x683CCA) is known color: Purple Heart. HEX triplet: 68, 3C and CA. RGB value is (104,60,202). Sum of RGB (Red+Green+Blue) = 104+60+202=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #683CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CCA is #97C335. Grayscale: #585858. Windows color (decimal): -9945910 or 13253736. OLE color: 13253736.
HSL color Cylindrical-coordinate representation of color #683CCA: hue angle of 258.59º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683CCA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 60 | 202 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.21 |
| HSL | 258.59º | 0.57% | 0.51% | - |
| HSV(B) | 258.59º | 0.7% | 0.79% | - |
| XYZ | 17.99 | 10.44 | 56.94 | - |
| YUV | 89.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 202 | 0.49 | 0.70 | 0 | 0.21 | 258.59 | 0.57 | 0.51 |
| Hex | 68 | 3C | CA | 31 | 46 | 0 | 15 | 103 | 39 | 33 |
| Octal | 150 | 74 | 312 | 61 | 106 | 0 | 25 | 403 | 71 | 63 |
| Binary | 1101000 | 111100 | 11001010 | 110001 | 1000110 | 0 | 10101 | 100000011 | 111001 | 110011 |
Color Harmonies of #683CCA
Complementary color
Monochromatic Colors of #683CCA
Black with #683CCA
Text Example
Text Example
White with #683CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CCA; }
p { color: rgb(104,60,202); }
H1.HeaderClassName
{
color: #683CCA;
}
.AnyTagClassName
{
color: #683CCA;
}
</style>
background-color css
<style>
a { background-color: #683CCA; }
a { background-color: rgb(104,60,202); }
div.DivClassName
{
background-color: #683CCA;
}
.BgClassName
{
background-color: #683CCA;
}
</style>
border-color css
<style>
span { border-color: #683CCA; }
span { border-color: rgb(104,60,202); }
td.TdClassName
{
border-color: #683CCA;
}
.TagClassName
{
border-color: #683CCA;
}
</style>