Shades of Purple Heart #693ADB
Tints of Purple Heart #693ADB
RGB
CMYK
RGB Variations
Color information
#693ADB (or 0x693ADB) is known color: Purple Heart. HEX triplet: 69, 3A and DB. RGB value is (105,58,219). Sum of RGB (Red+Green+Blue) = 105+58+219=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #693ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ADB is #96C524. Grayscale: #595959. Windows color (decimal): -9880869 or 14367337. OLE color: 14367337.
HSL color Cylindrical-coordinate representation of color #693ADB: hue angle of 257.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693ADB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 58 | 219 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.14 |
| HSL | 257.52º | 0.69% | 0.54% | - |
| HSV(B) | 257.52º | 0.74% | 0.86% | - |
| XYZ | 20.12 | 11.14 | 68.11 | - |
| YUV | 90.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 219 | 0.52 | 0.74 | 0 | 0.14 | 257.52 | 0.69 | 0.54 |
| Hex | 69 | 3A | DB | 34 | 4A | 0 | E | 102 | 45 | 36 |
| Octal | 151 | 72 | 333 | 64 | 112 | 0 | 16 | 402 | 105 | 66 |
| Binary | 1101001 | 111010 | 11011011 | 110100 | 1001010 | 0 | 1110 | 100000010 | 1000101 | 110110 |
Color Harmonies of #693ADB
Complementary color
Monochromatic Colors of #693ADB
Black with #693ADB
Text Example
Text Example
White with #693ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ADB; }
p { color: rgb(105,58,219); }
H1.HeaderClassName
{
color: #693ADB;
}
.AnyTagClassName
{
color: #693ADB;
}
</style>
background-color css
<style>
a { background-color: #693ADB; }
a { background-color: rgb(105,58,219); }
div.DivClassName
{
background-color: #693ADB;
}
.BgClassName
{
background-color: #693ADB;
}
</style>
border-color css
<style>
span { border-color: #693ADB; }
span { border-color: rgb(105,58,219); }
td.TdClassName
{
border-color: #693ADB;
}
.TagClassName
{
border-color: #693ADB;
}
</style>