Shades of Purple Heart #693ECF
Tints of Purple Heart #693ECF
RGB
CMYK
RGB Variations
Color information
#693ECF (or 0x693ECF) is known color: Purple Heart. HEX triplet: 69, 3E and CF. RGB value is (105,62,207). Sum of RGB (Red+Green+Blue) = 105+62+207=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #693ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ECF is #96C130. Grayscale: #5A5A5A. Windows color (decimal): -9879857 or 13581929. OLE color: 13581929.
HSL color Cylindrical-coordinate representation of color #693ECF: hue angle of 257.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #693ECF is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 62 | 207 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.19 |
| HSL | 257.79º | 0.6% | 0.53% | - |
| HSV(B) | 257.79º | 0.7% | 0.81% | - |
| XYZ | 18.81 | 10.95 | 60.15 | - |
| YUV | 91.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 207 | 0.49 | 0.70 | 0 | 0.19 | 257.79 | 0.6 | 0.53 |
| Hex | 69 | 3E | CF | 31 | 46 | 0 | 13 | 102 | 3C | 35 |
| Octal | 151 | 76 | 317 | 61 | 106 | 0 | 23 | 402 | 74 | 65 |
| Binary | 1101001 | 111110 | 11001111 | 110001 | 1000110 | 0 | 10011 | 100000010 | 111100 | 110101 |
Color Harmonies of #693ECF
Complementary color
Monochromatic Colors of #693ECF
Black with #693ECF
Text Example
Text Example
White with #693ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ECF; }
p { color: rgb(105,62,207); }
H1.HeaderClassName
{
color: #693ECF;
}
.AnyTagClassName
{
color: #693ECF;
}
</style>
background-color css
<style>
a { background-color: #693ECF; }
a { background-color: rgb(105,62,207); }
div.DivClassName
{
background-color: #693ECF;
}
.BgClassName
{
background-color: #693ECF;
}
</style>
border-color css
<style>
span { border-color: #693ECF; }
span { border-color: rgb(105,62,207); }
td.TdClassName
{
border-color: #693ECF;
}
.TagClassName
{
border-color: #693ECF;
}
</style>