Shades of Purple Heart #693BCC
Tints of Purple Heart #693BCC
RGB
CMYK
RGB Variations
Color information
#693BCC (or 0x693BCC) is known color: Purple Heart. HEX triplet: 69, 3B and CC. RGB value is (105,59,204). Sum of RGB (Red+Green+Blue) = 105+59+204=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #693BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BCC is #96C433. Grayscale: #585858. Windows color (decimal): -9880628 or 13384553. OLE color: 13384553.
HSL color Cylindrical-coordinate representation of color #693BCC: hue angle of 259.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693BCC is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 59 | 204 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.2 |
| HSL | 259.03º | 0.59% | 0.52% | - |
| HSV(B) | 259.03º | 0.71% | 0.8% | - |
| XYZ | 18.29 | 10.49 | 58.19 | - |
| YUV | 89.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 204 | 0.49 | 0.71 | 0 | 0.2 | 259.03 | 0.59 | 0.52 |
| Hex | 69 | 3B | CC | 31 | 47 | 0 | 14 | 103 | 3B | 34 |
| Octal | 151 | 73 | 314 | 61 | 107 | 0 | 24 | 403 | 73 | 64 |
| Binary | 1101001 | 111011 | 11001100 | 110001 | 1000111 | 0 | 10100 | 100000011 | 111011 | 110100 |
Color Harmonies of #693BCC
Complementary color
Monochromatic Colors of #693BCC
Black with #693BCC
Text Example
Text Example
White with #693BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BCC; }
p { color: rgb(105,59,204); }
H1.HeaderClassName
{
color: #693BCC;
}
.AnyTagClassName
{
color: #693BCC;
}
</style>
background-color css
<style>
a { background-color: #693BCC; }
a { background-color: rgb(105,59,204); }
div.DivClassName
{
background-color: #693BCC;
}
.BgClassName
{
background-color: #693BCC;
}
</style>
border-color css
<style>
span { border-color: #693BCC; }
span { border-color: rgb(105,59,204); }
td.TdClassName
{
border-color: #693BCC;
}
.TagClassName
{
border-color: #693BCC;
}
</style>