Shades of Purple Heart #693EC6
Tints of Purple Heart #693EC6
RGB
CMYK
RGB Variations
Color information
#693EC6 (or 0x693EC6) is known color: Purple Heart. HEX triplet: 69, 3E and C6. RGB value is (105,62,198). Sum of RGB (Red+Green+Blue) = 105+62+198=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #693EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EC6 is #96C139. Grayscale: #595959. Windows color (decimal): -9879866 or 12992105. OLE color: 12992105.
HSL color Cylindrical-coordinate representation of color #693EC6: hue angle of 258.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #693EC6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 62 | 198 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.22 |
| HSL | 258.97º | 0.54% | 0.51% | - |
| HSV(B) | 258.97º | 0.69% | 0.78% | - |
| XYZ | 17.74 | 10.53 | 54.52 | - |
| YUV | 90.36 | 188.75 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 198 | 0.47 | 0.69 | 0 | 0.22 | 258.97 | 0.54 | 0.51 |
| Hex | 69 | 3E | C6 | 2F | 45 | 0 | 16 | 103 | 36 | 33 |
| Octal | 151 | 76 | 306 | 57 | 105 | 0 | 26 | 403 | 66 | 63 |
| Binary | 1101001 | 111110 | 11000110 | 101111 | 1000101 | 0 | 10110 | 100000011 | 110110 | 110011 |
Color Harmonies of #693EC6
Complementary color
Monochromatic Colors of #693EC6
Black with #693EC6
Text Example
Text Example
White with #693EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693EC6; }
p { color: rgb(105,62,198); }
H1.HeaderClassName
{
color: #693EC6;
}
.AnyTagClassName
{
color: #693EC6;
}
</style>
background-color css
<style>
a { background-color: #693EC6; }
a { background-color: rgb(105,62,198); }
div.DivClassName
{
background-color: #693EC6;
}
.BgClassName
{
background-color: #693EC6;
}
</style>
border-color css
<style>
span { border-color: #693EC6; }
span { border-color: rgb(105,62,198); }
td.TdClassName
{
border-color: #693EC6;
}
.TagClassName
{
border-color: #693EC6;
}
</style>