Shades of Purple Heart #693BE2
Tints of Purple Heart #693BE2
RGB
CMYK
RGB Variations
Color information
#693BE2 (or 0x693BE2) is known color: Purple Heart. HEX triplet: 69, 3B and E2. RGB value is (105,59,226). Sum of RGB (Red+Green+Blue) = 105+59+226=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #693BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693BE2 is #96C41D. Grayscale: #5B5B5B. Windows color (decimal): -9880606 or 14826345. OLE color: 14826345.
HSL color Cylindrical-coordinate representation of color #693BE2: hue angle of 256.53º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693BE2 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 59 | 226 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.11 |
| HSL | 256.53º | 0.74% | 0.56% | - |
| HSV(B) | 256.53º | 0.74% | 0.89% | - |
| XYZ | 21.12 | 11.62 | 73.08 | - |
| YUV | 91.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 226 | 0.54 | 0.74 | 0 | 0.11 | 256.53 | 0.74 | 0.56 |
| Hex | 69 | 3B | E2 | 36 | 4A | 0 | B | 101 | 4A | 38 |
| Octal | 151 | 73 | 342 | 66 | 112 | 0 | 13 | 401 | 112 | 70 |
| Binary | 1101001 | 111011 | 11100010 | 110110 | 1001010 | 0 | 1011 | 100000001 | 1001010 | 111000 |
Color Harmonies of #693BE2
Complementary color
Monochromatic Colors of #693BE2
Black with #693BE2
Text Example
Text Example
White with #693BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693BE2; }
p { color: rgb(105,59,226); }
H1.HeaderClassName
{
color: #693BE2;
}
.AnyTagClassName
{
color: #693BE2;
}
</style>
background-color css
<style>
a { background-color: #693BE2; }
a { background-color: rgb(105,59,226); }
div.DivClassName
{
background-color: #693BE2;
}
.BgClassName
{
background-color: #693BE2;
}
</style>
border-color css
<style>
span { border-color: #693BE2; }
span { border-color: rgb(105,59,226); }
td.TdClassName
{
border-color: #693BE2;
}
.TagClassName
{
border-color: #693BE2;
}
</style>