Shades of Purple Heart #683FCA
Tints of Purple Heart #683FCA
RGB
CMYK
RGB Variations
Color information
#683FCA (or 0x683FCA) is known color: Purple Heart. HEX triplet: 68, 3F and CA. RGB value is (104,63,202). Sum of RGB (Red+Green+Blue) = 104+63+202=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #683FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683FCA is #97C035. Grayscale: #5A5A5A. Windows color (decimal): -9945142 or 13254504. OLE color: 13254504.
HSL color Cylindrical-coordinate representation of color #683FCA: hue angle of 257.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #683FCA is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 63 | 202 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.21 |
| HSL | 257.7º | 0.57% | 0.52% | - |
| HSV(B) | 257.7º | 0.69% | 0.79% | - |
| XYZ | 18.15 | 10.76 | 57 | - |
| YUV | 91.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 202 | 0.49 | 0.69 | 0 | 0.21 | 257.7 | 0.57 | 0.52 |
| Hex | 68 | 3F | CA | 31 | 45 | 0 | 15 | 102 | 39 | 34 |
| Octal | 150 | 77 | 312 | 61 | 105 | 0 | 25 | 402 | 71 | 64 |
| Binary | 1101000 | 111111 | 11001010 | 110001 | 1000101 | 0 | 10101 | 100000010 | 111001 | 110100 |
Color Harmonies of #683FCA
Complementary color
Monochromatic Colors of #683FCA
Black with #683FCA
Text Example
Text Example
White with #683FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683FCA; }
p { color: rgb(104,63,202); }
H1.HeaderClassName
{
color: #683FCA;
}
.AnyTagClassName
{
color: #683FCA;
}
</style>
background-color css
<style>
a { background-color: #683FCA; }
a { background-color: rgb(104,63,202); }
div.DivClassName
{
background-color: #683FCA;
}
.BgClassName
{
background-color: #683FCA;
}
</style>
border-color css
<style>
span { border-color: #683FCA; }
span { border-color: rgb(104,63,202); }
td.TdClassName
{
border-color: #683FCA;
}
.TagClassName
{
border-color: #683FCA;
}
</style>