Shades of Purple Heart #693EC0
Tints of Purple Heart #693EC0
RGB
CMYK
RGB Variations
Color information
#693EC0 (or 0x693EC0) is known color: Purple Heart. HEX triplet: 69, 3E and C0. RGB value is (105,62,192). Sum of RGB (Red+Green+Blue) = 105+62+192=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #693EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EC0 is #96C13F. Grayscale: #595959. Windows color (decimal): -9879872 or 12598889. OLE color: 12598889.
HSL color Cylindrical-coordinate representation of color #693EC0: hue angle of 259.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693EC0 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 62 | 192 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.25 |
| HSL | 259.85º | 0.51% | 0.5% | - |
| HSV(B) | 259.85º | 0.68% | 0.75% | - |
| XYZ | 17.06 | 10.25 | 50.95 | - |
| YUV | 89.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 192 | 0.45 | 0.68 | 0 | 0.25 | 259.85 | 0.51 | 0.5 |
| Hex | 69 | 3E | C0 | 2D | 44 | 0 | 19 | 104 | 33 | 32 |
| Octal | 151 | 76 | 300 | 55 | 104 | 0 | 31 | 404 | 63 | 62 |
| Binary | 1101001 | 111110 | 11000000 | 101101 | 1000100 | 0 | 11001 | 100000100 | 110011 | 110010 |
Color Harmonies of #693EC0
Complementary color
Monochromatic Colors of #693EC0
Black with #693EC0
Text Example
Text Example
White with #693EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693EC0; }
p { color: rgb(105,62,192); }
H1.HeaderClassName
{
color: #693EC0;
}
.AnyTagClassName
{
color: #693EC0;
}
</style>
background-color css
<style>
a { background-color: #693EC0; }
a { background-color: rgb(105,62,192); }
div.DivClassName
{
background-color: #693EC0;
}
.BgClassName
{
background-color: #693EC0;
}
</style>
border-color css
<style>
span { border-color: #693EC0; }
span { border-color: rgb(105,62,192); }
td.TdClassName
{
border-color: #693EC0;
}
.TagClassName
{
border-color: #693EC0;
}
</style>