Shades of Purple Heart #693CBC
Tints of Purple Heart #693CBC
RGB
CMYK
RGB Variations
Color information
#693CBC (or 0x693CBC) is known color: Purple Heart. HEX triplet: 69, 3C and BC. RGB value is (105,60,188). Sum of RGB (Red+Green+Blue) = 105+60+188=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #693CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CBC is #96C343. Grayscale: #575757. Windows color (decimal): -9880388 or 12336233. OLE color: 12336233.
HSL color Cylindrical-coordinate representation of color #693CBC: hue angle of 261.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693CBC is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 60 | 188 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.26 |
| HSL | 261.09º | 0.52% | 0.49% | - |
| HSV(B) | 261.09º | 0.68% | 0.74% | - |
| XYZ | 16.52 | 9.87 | 48.61 | - |
| YUV | 88.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 188 | 0.44 | 0.68 | 0 | 0.26 | 261.09 | 0.52 | 0.49 |
| Hex | 69 | 3C | BC | 2C | 44 | 0 | 1A | 105 | 34 | 31 |
| Octal | 151 | 74 | 274 | 54 | 104 | 0 | 32 | 405 | 64 | 61 |
| Binary | 1101001 | 111100 | 10111100 | 101100 | 1000100 | 0 | 11010 | 100000101 | 110100 | 110001 |
Color Harmonies of #693CBC
Complementary color
Monochromatic Colors of #693CBC
Black with #693CBC
Text Example
Text Example
White with #693CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CBC; }
p { color: rgb(105,60,188); }
H1.HeaderClassName
{
color: #693CBC;
}
.AnyTagClassName
{
color: #693CBC;
}
</style>
background-color css
<style>
a { background-color: #693CBC; }
a { background-color: rgb(105,60,188); }
div.DivClassName
{
background-color: #693CBC;
}
.BgClassName
{
background-color: #693CBC;
}
</style>
border-color css
<style>
span { border-color: #693CBC; }
span { border-color: rgb(105,60,188); }
td.TdClassName
{
border-color: #693CBC;
}
.TagClassName
{
border-color: #693CBC;
}
</style>