Shades of Purple Heart #693BD1
Tints of Purple Heart #693BD1
RGB
CMYK
RGB Variations
Color information
#693BD1 (or 0x693BD1) is known color: Purple Heart. HEX triplet: 69, 3B and D1. RGB value is (105,59,209). Sum of RGB (Red+Green+Blue) = 105+59+209=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #693BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BD1 is #96C42E. Grayscale: #595959. Windows color (decimal): -9880623 or 13712233. OLE color: 13712233.
HSL color Cylindrical-coordinate representation of color #693BD1: hue angle of 258.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693BD1 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 59 | 209 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.18 |
| HSL | 258.4º | 0.62% | 0.53% | - |
| HSV(B) | 258.4º | 0.72% | 0.82% | - |
| XYZ | 18.9 | 10.73 | 61.4 | - |
| YUV | 89.85 | 195.24 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 209 | 0.50 | 0.72 | 0 | 0.18 | 258.4 | 0.62 | 0.53 |
| Hex | 69 | 3B | D1 | 32 | 48 | 0 | 12 | 102 | 3E | 35 |
| Octal | 151 | 73 | 321 | 62 | 110 | 0 | 22 | 402 | 76 | 65 |
| Binary | 1101001 | 111011 | 11010001 | 110010 | 1001000 | 0 | 10010 | 100000010 | 111110 | 110101 |
Color Harmonies of #693BD1
Complementary color
Monochromatic Colors of #693BD1
Black with #693BD1
Text Example
Text Example
White with #693BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BD1; }
p { color: rgb(105,59,209); }
H1.HeaderClassName
{
color: #693BD1;
}
.AnyTagClassName
{
color: #693BD1;
}
</style>
background-color css
<style>
a { background-color: #693BD1; }
a { background-color: rgb(105,59,209); }
div.DivClassName
{
background-color: #693BD1;
}
.BgClassName
{
background-color: #693BD1;
}
</style>
border-color css
<style>
span { border-color: #693BD1; }
span { border-color: rgb(105,59,209); }
td.TdClassName
{
border-color: #693BD1;
}
.TagClassName
{
border-color: #693BD1;
}
</style>