Shades of Purple Heart #693CCF
Tints of Purple Heart #693CCF
RGB
CMYK
RGB Variations
Color information
#693CCF (or 0x693CCF) is known color: Purple Heart. HEX triplet: 69, 3C and CF. RGB value is (105,60,207). Sum of RGB (Red+Green+Blue) = 105+60+207=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #693CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CCF is #96C330. Grayscale: #595959. Windows color (decimal): -9880369 or 13581417. OLE color: 13581417.
HSL color Cylindrical-coordinate representation of color #693CCF: hue angle of 258.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693CCF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 60 | 207 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.19 |
| HSL | 258.37º | 0.6% | 0.52% | - |
| HSV(B) | 258.37º | 0.71% | 0.81% | - |
| XYZ | 18.7 | 10.74 | 60.12 | - |
| YUV | 90.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 207 | 0.49 | 0.71 | 0 | 0.19 | 258.37 | 0.6 | 0.52 |
| Hex | 69 | 3C | CF | 31 | 47 | 0 | 13 | 102 | 3C | 34 |
| Octal | 151 | 74 | 317 | 61 | 107 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1101001 | 111100 | 11001111 | 110001 | 1000111 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #693CCF
Complementary color
Monochromatic Colors of #693CCF
Black with #693CCF
Text Example
Text Example
White with #693CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CCF; }
p { color: rgb(105,60,207); }
H1.HeaderClassName
{
color: #693CCF;
}
.AnyTagClassName
{
color: #693CCF;
}
</style>
background-color css
<style>
a { background-color: #693CCF; }
a { background-color: rgb(105,60,207); }
div.DivClassName
{
background-color: #693CCF;
}
.BgClassName
{
background-color: #693CCF;
}
</style>
border-color css
<style>
span { border-color: #693CCF; }
span { border-color: rgb(105,60,207); }
td.TdClassName
{
border-color: #693CCF;
}
.TagClassName
{
border-color: #693CCF;
}
</style>