Shades of Purple Heart #693CBE
Tints of Purple Heart #693CBE
RGB
CMYK
RGB Variations
Color information
#693CBE (or 0x693CBE) is known color: Purple Heart. HEX triplet: 69, 3C and BE. RGB value is (105,60,190). Sum of RGB (Red+Green+Blue) = 105+60+190=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #693CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693CBE is #96C341. Grayscale: #575757. Windows color (decimal): -9880386 or 12467305. OLE color: 12467305.
HSL color Cylindrical-coordinate representation of color #693CBE: hue angle of 260.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #693CBE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 60 | 190 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.25 |
| HSL | 260.77º | 0.52% | 0.49% | - |
| HSV(B) | 260.77º | 0.68% | 0.75% | - |
| XYZ | 16.74 | 9.95 | 49.75 | - |
| YUV | 88.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 190 | 0.45 | 0.68 | 0 | 0.25 | 260.77 | 0.52 | 0.49 |
| Hex | 69 | 3C | BE | 2D | 44 | 0 | 19 | 105 | 34 | 31 |
| Octal | 151 | 74 | 276 | 55 | 104 | 0 | 31 | 405 | 64 | 61 |
| Binary | 1101001 | 111100 | 10111110 | 101101 | 1000100 | 0 | 11001 | 100000101 | 110100 | 110001 |
Color Harmonies of #693CBE
Complementary color
Monochromatic Colors of #693CBE
Black with #693CBE
Text Example
Text Example
White with #693CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CBE; }
p { color: rgb(105,60,190); }
H1.HeaderClassName
{
color: #693CBE;
}
.AnyTagClassName
{
color: #693CBE;
}
</style>
background-color css
<style>
a { background-color: #693CBE; }
a { background-color: rgb(105,60,190); }
div.DivClassName
{
background-color: #693CBE;
}
.BgClassName
{
background-color: #693CBE;
}
</style>
border-color css
<style>
span { border-color: #693CBE; }
span { border-color: rgb(105,60,190); }
td.TdClassName
{
border-color: #693CBE;
}
.TagClassName
{
border-color: #693CBE;
}
</style>