Shades of Purple Heart #693DDE
Tints of Purple Heart #693DDE
RGB
CMYK
RGB Variations
Color information
#693DDE (or 0x693DDE) is known color: Purple Heart. HEX triplet: 69, 3D and DE. RGB value is (105,61,222). Sum of RGB (Red+Green+Blue) = 105+61+222=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #693DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #693DDE is #96C221. Grayscale: #5B5B5B. Windows color (decimal): -9880098 or 14564713. OLE color: 14564713.
HSL color Cylindrical-coordinate representation of color #693DDE: hue angle of 256.4º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #693DDE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 61 | 222 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.4º | 0.71% | 0.55% | - |
| HSV(B) | 256.4º | 0.73% | 0.87% | - |
| XYZ | 20.68 | 11.61 | 70.26 | - |
| YUV | 92.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 222 | 0.53 | 0.73 | 0 | 0.13 | 256.4 | 0.71 | 0.55 |
| Hex | 69 | 3D | DE | 35 | 49 | 0 | D | 100 | 47 | 37 |
| Octal | 151 | 75 | 336 | 65 | 111 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1101001 | 111101 | 11011110 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #693DDE
Complementary color
Monochromatic Colors of #693DDE
Black with #693DDE
Text Example
Text Example
White with #693DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693DDE; }
p { color: rgb(105,61,222); }
H1.HeaderClassName
{
color: #693DDE;
}
.AnyTagClassName
{
color: #693DDE;
}
</style>
background-color css
<style>
a { background-color: #693DDE; }
a { background-color: rgb(105,61,222); }
div.DivClassName
{
background-color: #693DDE;
}
.BgClassName
{
background-color: #693DDE;
}
</style>
border-color css
<style>
span { border-color: #693DDE; }
span { border-color: rgb(105,61,222); }
td.TdClassName
{
border-color: #693DDE;
}
.TagClassName
{
border-color: #693DDE;
}
</style>