Shades of Purple Heart #693ADE
Tints of Purple Heart #693ADE
RGB
CMYK
RGB Variations
Color information
#693ADE (or 0x693ADE) is known color: Purple Heart. HEX triplet: 69, 3A and DE. RGB value is (105,58,222). Sum of RGB (Red+Green+Blue) = 105+58+222=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #693ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693ADE is #96C521. Grayscale: #5A5A5A. Windows color (decimal): -9880866 or 14563945. OLE color: 14563945.
HSL color Cylindrical-coordinate representation of color #693ADE: hue angle of 257.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693ADE is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 58 | 222 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.13 |
| HSL | 257.2º | 0.71% | 0.55% | - |
| HSV(B) | 257.2º | 0.74% | 0.87% | - |
| XYZ | 20.52 | 11.3 | 70.21 | - |
| YUV | 90.75 | 202.07 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 222 | 0.53 | 0.74 | 0 | 0.13 | 257.2 | 0.71 | 0.55 |
| Hex | 69 | 3A | DE | 35 | 4A | 0 | D | 101 | 47 | 37 |
| Octal | 151 | 72 | 336 | 65 | 112 | 0 | 15 | 401 | 107 | 67 |
| Binary | 1101001 | 111010 | 11011110 | 110101 | 1001010 | 0 | 1101 | 100000001 | 1000111 | 110111 |
Color Harmonies of #693ADE
Complementary color
Monochromatic Colors of #693ADE
Black with #693ADE
Text Example
Text Example
White with #693ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693ADE; }
p { color: rgb(105,58,222); }
H1.HeaderClassName
{
color: #693ADE;
}
.AnyTagClassName
{
color: #693ADE;
}
</style>
background-color css
<style>
a { background-color: #693ADE; }
a { background-color: rgb(105,58,222); }
div.DivClassName
{
background-color: #693ADE;
}
.BgClassName
{
background-color: #693ADE;
}
</style>
border-color css
<style>
span { border-color: #693ADE; }
span { border-color: rgb(105,58,222); }
td.TdClassName
{
border-color: #693ADE;
}
.TagClassName
{
border-color: #693ADE;
}
</style>