Shades of Purple Heart #693ED3
Tints of Purple Heart #693ED3
RGB
CMYK
RGB Variations
Color information
#693ED3 (or 0x693ED3) is known color: Purple Heart. HEX triplet: 69, 3E and D3. RGB value is (105,62,211). Sum of RGB (Red+Green+Blue) = 105+62+211=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #693ED3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ED3 is #96C12C. Grayscale: #5B5B5B. Windows color (decimal): -9879853 or 13844073. OLE color: 13844073.
HSL color Cylindrical-coordinate representation of color #693ED3: hue angle of 257.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #693ED3 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 62 | 211 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.17 |
| HSL | 257.32º | 0.63% | 0.54% | - |
| HSV(B) | 257.32º | 0.71% | 0.83% | - |
| XYZ | 19.31 | 11.15 | 62.76 | - |
| YUV | 91.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 211 | 0.50 | 0.71 | 0 | 0.17 | 257.32 | 0.63 | 0.54 |
| Hex | 69 | 3E | D3 | 32 | 47 | 0 | 11 | 101 | 3F | 36 |
| Octal | 151 | 76 | 323 | 62 | 107 | 0 | 21 | 401 | 77 | 66 |
| Binary | 1101001 | 111110 | 11010011 | 110010 | 1000111 | 0 | 10001 | 100000001 | 111111 | 110110 |
Color Harmonies of #693ED3
Complementary color
Monochromatic Colors of #693ED3
Black with #693ED3
Text Example
Text Example
White with #693ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ED3; }
p { color: rgb(105,62,211); }
H1.HeaderClassName
{
color: #693ED3;
}
.AnyTagClassName
{
color: #693ED3;
}
</style>
background-color css
<style>
a { background-color: #693ED3; }
a { background-color: rgb(105,62,211); }
div.DivClassName
{
background-color: #693ED3;
}
.BgClassName
{
background-color: #693ED3;
}
</style>
border-color css
<style>
span { border-color: #693ED3; }
span { border-color: rgb(105,62,211); }
td.TdClassName
{
border-color: #693ED3;
}
.TagClassName
{
border-color: #693ED3;
}
</style>