Shades of Purple Heart #693ACE
Tints of Purple Heart #693ACE
RGB
CMYK
RGB Variations
Color information
#693ACE (or 0x693ACE) is known color: Purple Heart. HEX triplet: 69, 3A and CE. RGB value is (105,58,206). Sum of RGB (Red+Green+Blue) = 105+58+206=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #693ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ACE is #96C531. Grayscale: #585858. Windows color (decimal): -9880882 or 13515369. OLE color: 13515369.
HSL color Cylindrical-coordinate representation of color #693ACE: hue angle of 259.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693ACE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 58 | 206 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.19 |
| HSL | 259.05º | 0.6% | 0.52% | - |
| HSV(B) | 259.05º | 0.72% | 0.81% | - |
| XYZ | 18.48 | 10.49 | 59.44 | - |
| YUV | 88.93 | 194.07 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 206 | 0.49 | 0.72 | 0 | 0.19 | 259.05 | 0.6 | 0.52 |
| Hex | 69 | 3A | CE | 31 | 48 | 0 | 13 | 103 | 3C | 34 |
| Octal | 151 | 72 | 316 | 61 | 110 | 0 | 23 | 403 | 74 | 64 |
| Binary | 1101001 | 111010 | 11001110 | 110001 | 1001000 | 0 | 10011 | 100000011 | 111100 | 110100 |
Color Harmonies of #693ACE
Complementary color
Monochromatic Colors of #693ACE
Black with #693ACE
Text Example
Text Example
White with #693ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ACE; }
p { color: rgb(105,58,206); }
H1.HeaderClassName
{
color: #693ACE;
}
.AnyTagClassName
{
color: #693ACE;
}
</style>
background-color css
<style>
a { background-color: #693ACE; }
a { background-color: rgb(105,58,206); }
div.DivClassName
{
background-color: #693ACE;
}
.BgClassName
{
background-color: #693ACE;
}
</style>
border-color css
<style>
span { border-color: #693ACE; }
span { border-color: rgb(105,58,206); }
td.TdClassName
{
border-color: #693ACE;
}
.TagClassName
{
border-color: #693ACE;
}
</style>