Shades of Purple Heart #693DBA
Tints of Purple Heart #693DBA
RGB
CMYK
RGB Variations
Color information
#693DBA (or 0x693DBA) is known color: Purple Heart. HEX triplet: 69, 3D and BA. RGB value is (105,61,186). Sum of RGB (Red+Green+Blue) = 105+61+186=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #693DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DBA is #96C245. Grayscale: #575757. Windows color (decimal): -9880134 or 12205417. OLE color: 12205417.
HSL color Cylindrical-coordinate representation of color #693DBA: hue angle of 261.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693DBA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 61 | 186 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.27 |
| HSL | 261.12º | 0.51% | 0.48% | - |
| HSV(B) | 261.12º | 0.67% | 0.73% | - |
| XYZ | 16.36 | 9.89 | 47.5 | - |
| YUV | 88.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 186 | 0.44 | 0.67 | 0 | 0.27 | 261.12 | 0.51 | 0.48 |
| Hex | 69 | 3D | BA | 2C | 43 | 0 | 1B | 105 | 33 | 30 |
| Octal | 151 | 75 | 272 | 54 | 103 | 0 | 33 | 405 | 63 | 60 |
| Binary | 1101001 | 111101 | 10111010 | 101100 | 1000011 | 0 | 11011 | 100000101 | 110011 | 110000 |
Color Harmonies of #693DBA
Complementary color
Monochromatic Colors of #693DBA
Black with #693DBA
Text Example
Text Example
White with #693DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DBA; }
p { color: rgb(105,61,186); }
H1.HeaderClassName
{
color: #693DBA;
}
.AnyTagClassName
{
color: #693DBA;
}
</style>
background-color css
<style>
a { background-color: #693DBA; }
a { background-color: rgb(105,61,186); }
div.DivClassName
{
background-color: #693DBA;
}
.BgClassName
{
background-color: #693DBA;
}
</style>
border-color css
<style>
span { border-color: #693DBA; }
span { border-color: rgb(105,61,186); }
td.TdClassName
{
border-color: #693DBA;
}
.TagClassName
{
border-color: #693DBA;
}
</style>