Shades of Purple Heart #691DDF
Tints of Purple Heart #691DDF
RGB
CMYK
RGB Variations
Color information
#691DDF (or 0x691DDF) is known color: Purple Heart. HEX triplet: 69, 1D and DF. RGB value is (105,29,223). Sum of RGB (Red+Green+Blue) = 105+29+223=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #691DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691DDF is #96E220. Grayscale: #494949. Windows color (decimal): -9888289 or 14622057. OLE color: 14622057.
HSL color Cylindrical-coordinate representation of color #691DDF: hue angle of 263.51º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691DDF is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 29 | 223 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.13 |
| HSL | 263.51º | 0.77% | 0.49% | - |
| HSV(B) | 263.51º | 0.87% | 0.87% | - |
| XYZ | 19.58 | 9.21 | 70.56 | - |
| YUV | 73.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 223 | 0.53 | 0.87 | 0 | 0.13 | 263.51 | 0.77 | 0.49 |
| Hex | 69 | 1D | DF | 35 | 57 | 0 | D | 108 | 4D | 31 |
| Octal | 151 | 35 | 337 | 65 | 127 | 0 | 15 | 410 | 115 | 61 |
| Binary | 1101001 | 11101 | 11011111 | 110101 | 1010111 | 0 | 1101 | 100001000 | 1001101 | 110001 |
Color Harmonies of #691DDF
Complementary color
Monochromatic Colors of #691DDF
Black with #691DDF
Text Example
Text Example
White with #691DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691DDF; }
p { color: rgb(105,29,223); }
H1.HeaderClassName
{
color: #691DDF;
}
.AnyTagClassName
{
color: #691DDF;
}
</style>
background-color css
<style>
a { background-color: #691DDF; }
a { background-color: rgb(105,29,223); }
div.DivClassName
{
background-color: #691DDF;
}
.BgClassName
{
background-color: #691DDF;
}
</style>
border-color css
<style>
span { border-color: #691DDF; }
span { border-color: rgb(105,29,223); }
td.TdClassName
{
border-color: #691DDF;
}
.TagClassName
{
border-color: #691DDF;
}
</style>