Shades of Purple Heart #693EDA
Tints of Purple Heart #693EDA
RGB
CMYK
RGB Variations
Color information
#693EDA (or 0x693EDA) is known color: Purple Heart. HEX triplet: 69, 3E and DA. RGB value is (105,62,218). Sum of RGB (Red+Green+Blue) = 105+62+218=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #693EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693EDA is #96C125. Grayscale: #5C5C5C. Windows color (decimal): -9879846 or 14302825. OLE color: 14302825.
HSL color Cylindrical-coordinate representation of color #693EDA: hue angle of 256.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #693EDA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 62 | 218 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.15 |
| HSL | 256.54º | 0.68% | 0.55% | - |
| HSV(B) | 256.54º | 0.72% | 0.85% | - |
| XYZ | 20.2 | 11.51 | 67.49 | - |
| YUV | 92.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 218 | 0.52 | 0.72 | 0 | 0.15 | 256.54 | 0.68 | 0.55 |
| Hex | 69 | 3E | DA | 34 | 48 | 0 | F | 101 | 44 | 37 |
| Octal | 151 | 76 | 332 | 64 | 110 | 0 | 17 | 401 | 104 | 67 |
| Binary | 1101001 | 111110 | 11011010 | 110100 | 1001000 | 0 | 1111 | 100000001 | 1000100 | 110111 |
Color Harmonies of #693EDA
Complementary color
Monochromatic Colors of #693EDA
Black with #693EDA
Text Example
Text Example
White with #693EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693EDA; }
p { color: rgb(105,62,218); }
H1.HeaderClassName
{
color: #693EDA;
}
.AnyTagClassName
{
color: #693EDA;
}
</style>
background-color css
<style>
a { background-color: #693EDA; }
a { background-color: rgb(105,62,218); }
div.DivClassName
{
background-color: #693EDA;
}
.BgClassName
{
background-color: #693EDA;
}
</style>
border-color css
<style>
span { border-color: #693EDA; }
span { border-color: rgb(105,62,218); }
td.TdClassName
{
border-color: #693EDA;
}
.TagClassName
{
border-color: #693EDA;
}
</style>