Shades of Purple Heart #683CCB
Tints of Purple Heart #683CCB
RGB
CMYK
RGB Variations
Color information
#683CCB (or 0x683CCB) is known color: Purple Heart. HEX triplet: 68, 3C and CB. RGB value is (104,60,203). Sum of RGB (Red+Green+Blue) = 104+60+203=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #683CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683CCB is #97C334. Grayscale: #585858. Windows color (decimal): -9945909 or 13319272. OLE color: 13319272.
HSL color Cylindrical-coordinate representation of color #683CCB: hue angle of 258.46º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683CCB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 60 | 203 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.20 |
| HSL | 258.46º | 0.58% | 0.52% | - |
| HSV(B) | 258.46º | 0.7% | 0.8% | - |
| XYZ | 18.1 | 10.49 | 57.57 | - |
| YUV | 89.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 203 | 0.49 | 0.70 | 0 | 0.20 | 258.46 | 0.58 | 0.52 |
| Hex | 68 | 3C | CB | 31 | 46 | 0 | 14 | 102 | 3A | 34 |
| Octal | 150 | 74 | 313 | 61 | 106 | 0 | 24 | 402 | 72 | 64 |
| Binary | 1101000 | 111100 | 11001011 | 110001 | 1000110 | 0 | 10100 | 100000010 | 111010 | 110100 |
Color Harmonies of #683CCB
Complementary color
Monochromatic Colors of #683CCB
Black with #683CCB
Text Example
Text Example
White with #683CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683CCB; }
p { color: rgb(104,60,203); }
H1.HeaderClassName
{
color: #683CCB;
}
.AnyTagClassName
{
color: #683CCB;
}
</style>
background-color css
<style>
a { background-color: #683CCB; }
a { background-color: rgb(104,60,203); }
div.DivClassName
{
background-color: #683CCB;
}
.BgClassName
{
background-color: #683CCB;
}
</style>
border-color css
<style>
span { border-color: #683CCB; }
span { border-color: rgb(104,60,203); }
td.TdClassName
{
border-color: #683CCB;
}
.TagClassName
{
border-color: #683CCB;
}
</style>