Shades of Purple Heart #693DDF
Tints of Purple Heart #693DDF
RGB
CMYK
RGB Variations
Color information
#693DDF (or 0x693DDF) is known color: Purple Heart. HEX triplet: 69, 3D and DF. RGB value is (105,61,223). Sum of RGB (Red+Green+Blue) = 105+61+223=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #693DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DDF is #96C220. Grayscale: #5C5C5C. Windows color (decimal): -9880097 or 14630249. OLE color: 14630249.
HSL color Cylindrical-coordinate representation of color #693DDF: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693DDF is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 61 | 223 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.3º | 0.72% | 0.56% | - |
| HSV(B) | 256.3º | 0.73% | 0.87% | - |
| XYZ | 20.81 | 11.67 | 70.97 | - |
| YUV | 92.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 223 | 0.53 | 0.73 | 0 | 0.13 | 256.3 | 0.72 | 0.56 |
| Hex | 69 | 3D | DF | 35 | 49 | 0 | D | 100 | 48 | 38 |
| Octal | 151 | 75 | 337 | 65 | 111 | 0 | 15 | 400 | 110 | 70 |
| Binary | 1101001 | 111101 | 11011111 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1001000 | 111000 |
Color Harmonies of #693DDF
Complementary color
Monochromatic Colors of #693DDF
Black with #693DDF
Text Example
Text Example
White with #693DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DDF; }
p { color: rgb(105,61,223); }
H1.HeaderClassName
{
color: #693DDF;
}
.AnyTagClassName
{
color: #693DDF;
}
</style>
background-color css
<style>
a { background-color: #693DDF; }
a { background-color: rgb(105,61,223); }
div.DivClassName
{
background-color: #693DDF;
}
.BgClassName
{
background-color: #693DDF;
}
</style>
border-color css
<style>
span { border-color: #693DDF; }
span { border-color: rgb(105,61,223); }
td.TdClassName
{
border-color: #693DDF;
}
.TagClassName
{
border-color: #693DDF;
}
</style>