Shades of Purple Heart #683BB3
Tints of Purple Heart #683BB3
RGB
CMYK
RGB Variations
Color information
#683BB3 (or 0x683BB3) is known color: Purple Heart. HEX triplet: 68, 3B and B3. RGB value is (104,59,179). Sum of RGB (Red+Green+Blue) = 104+59+179=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #683BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683BB3 is #97C44C. Grayscale: #555555. Windows color (decimal): -9946189 or 11746152. OLE color: 11746152.
HSL color Cylindrical-coordinate representation of color #683BB3: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683BB3 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 59 | 179 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.30 |
| HSL | 262.5º | 0.5% | 0.47% | - |
| HSV(B) | 262.5º | 0.67% | 0.7% | - |
| XYZ | 15.41 | 9.33 | 43.64 | - |
| YUV | 86.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 179 | 0.42 | 0.67 | 0 | 0.30 | 262.5 | 0.5 | 0.47 |
| Hex | 68 | 3B | B3 | 2A | 43 | 0 | 1E | 106 | 32 | 2F |
| Octal | 150 | 73 | 263 | 52 | 103 | 0 | 36 | 406 | 62 | 57 |
| Binary | 1101000 | 111011 | 10110011 | 101010 | 1000011 | 0 | 11110 | 100000110 | 110010 | 101111 |
Color Harmonies of #683BB3
Complementary color
Monochromatic Colors of #683BB3
Black with #683BB3
Text Example
Text Example
White with #683BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683BB3; }
p { color: rgb(104,59,179); }
H1.HeaderClassName
{
color: #683BB3;
}
.AnyTagClassName
{
color: #683BB3;
}
</style>
background-color css
<style>
a { background-color: #683BB3; }
a { background-color: rgb(104,59,179); }
div.DivClassName
{
background-color: #683BB3;
}
.BgClassName
{
background-color: #683BB3;
}
</style>
border-color css
<style>
span { border-color: #683BB3; }
span { border-color: rgb(104,59,179); }
td.TdClassName
{
border-color: #683BB3;
}
.TagClassName
{
border-color: #683BB3;
}
</style>