Shades of Purple Heart #693BDF
Tints of Purple Heart #693BDF
RGB
CMYK
RGB Variations
Color information
#693BDF (or 0x693BDF) is known color: Purple Heart. HEX triplet: 69, 3B and DF. RGB value is (105,59,223). Sum of RGB (Red+Green+Blue) = 105+59+223=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #693BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BDF is #96C420. Grayscale: #5A5A5A. Windows color (decimal): -9880609 or 14629737. OLE color: 14629737.
HSL color Cylindrical-coordinate representation of color #693BDF: hue angle of 256.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693BDF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 59 | 223 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.13 |
| HSL | 256.83º | 0.72% | 0.55% | - |
| HSV(B) | 256.83º | 0.74% | 0.87% | - |
| XYZ | 20.71 | 11.46 | 70.93 | - |
| YUV | 91.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 223 | 0.53 | 0.74 | 0 | 0.13 | 256.83 | 0.72 | 0.55 |
| Hex | 69 | 3B | DF | 35 | 4A | 0 | D | 101 | 48 | 37 |
| Octal | 151 | 73 | 337 | 65 | 112 | 0 | 15 | 401 | 110 | 67 |
| Binary | 1101001 | 111011 | 11011111 | 110101 | 1001010 | 0 | 1101 | 100000001 | 1001000 | 110111 |
Color Harmonies of #693BDF
Complementary color
Monochromatic Colors of #693BDF
Black with #693BDF
Text Example
Text Example
White with #693BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BDF; }
p { color: rgb(105,59,223); }
H1.HeaderClassName
{
color: #693BDF;
}
.AnyTagClassName
{
color: #693BDF;
}
</style>
background-color css
<style>
a { background-color: #693BDF; }
a { background-color: rgb(105,59,223); }
div.DivClassName
{
background-color: #693BDF;
}
.BgClassName
{
background-color: #693BDF;
}
</style>
border-color css
<style>
span { border-color: #693BDF; }
span { border-color: rgb(105,59,223); }
td.TdClassName
{
border-color: #693BDF;
}
.TagClassName
{
border-color: #693BDF;
}
</style>