Shades of Purple Heart #693DDD
Tints of Purple Heart #693DDD
RGB
CMYK
RGB Variations
Color information
#693DDD (or 0x693DDD) is known color: Purple Heart. HEX triplet: 69, 3D and DD. RGB value is (105,61,221). Sum of RGB (Red+Green+Blue) = 105+61+221=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #693DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DDD is #96C222. Grayscale: #5B5B5B. Windows color (decimal): -9880099 or 14499177. OLE color: 14499177.
HSL color Cylindrical-coordinate representation of color #693DDD: hue angle of 256.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693DDD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 61 | 221 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.13 |
| HSL | 256.5º | 0.7% | 0.55% | - |
| HSV(B) | 256.5º | 0.72% | 0.87% | - |
| XYZ | 20.55 | 11.56 | 69.56 | - |
| YUV | 92.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 221 | 0.52 | 0.72 | 0 | 0.13 | 256.5 | 0.7 | 0.55 |
| Hex | 69 | 3D | DD | 34 | 48 | 0 | D | 100 | 46 | 37 |
| Octal | 151 | 75 | 335 | 64 | 110 | 0 | 15 | 400 | 106 | 67 |
| Binary | 1101001 | 111101 | 11011101 | 110100 | 1001000 | 0 | 1101 | 100000000 | 1000110 | 110111 |
Color Harmonies of #693DDD
Complementary color
Monochromatic Colors of #693DDD
Black with #693DDD
Text Example
Text Example
White with #693DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DDD; }
p { color: rgb(105,61,221); }
H1.HeaderClassName
{
color: #693DDD;
}
.AnyTagClassName
{
color: #693DDD;
}
</style>
background-color css
<style>
a { background-color: #693DDD; }
a { background-color: rgb(105,61,221); }
div.DivClassName
{
background-color: #693DDD;
}
.BgClassName
{
background-color: #693DDD;
}
</style>
border-color css
<style>
span { border-color: #693DDD; }
span { border-color: rgb(105,61,221); }
td.TdClassName
{
border-color: #693DDD;
}
.TagClassName
{
border-color: #693DDD;
}
</style>