Shades of Purple Heart #691BDE
Tints of Purple Heart #691BDE
RGB
CMYK
RGB Variations
Color information
#691BDE (or 0x691BDE) is known color: Purple Heart. HEX triplet: 69, 1B and DE. RGB value is (105,27,222). Sum of RGB (Red+Green+Blue) = 105+27+222=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #691BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691BDE is #96E421. Grayscale: #474747. Windows color (decimal): -9888802 or 14556009. OLE color: 14556009.
HSL color Cylindrical-coordinate representation of color #691BDE: hue angle of 264º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691BDE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 27 | 222 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.13 |
| HSL | 264º | 0.78% | 0.49% | - |
| HSV(B) | 264º | 0.88% | 0.87% | - |
| XYZ | 19.4 | 9.06 | 69.83 | - |
| YUV | 72.55 | 212.34 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 222 | 0.53 | 0.88 | 0 | 0.13 | 264 | 0.78 | 0.49 |
| Hex | 69 | 1B | DE | 35 | 58 | 0 | D | 108 | 4E | 31 |
| Octal | 151 | 33 | 336 | 65 | 130 | 0 | 15 | 410 | 116 | 61 |
| Binary | 1101001 | 11011 | 11011110 | 110101 | 1011000 | 0 | 1101 | 100001000 | 1001110 | 110001 |
Color Harmonies of #691BDE
Complementary color
Monochromatic Colors of #691BDE
Black with #691BDE
Text Example
Text Example
White with #691BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BDE; }
p { color: rgb(105,27,222); }
H1.HeaderClassName
{
color: #691BDE;
}
.AnyTagClassName
{
color: #691BDE;
}
</style>
background-color css
<style>
a { background-color: #691BDE; }
a { background-color: rgb(105,27,222); }
div.DivClassName
{
background-color: #691BDE;
}
.BgClassName
{
background-color: #691BDE;
}
</style>
border-color css
<style>
span { border-color: #691BDE; }
span { border-color: rgb(105,27,222); }
td.TdClassName
{
border-color: #691BDE;
}
.TagClassName
{
border-color: #691BDE;
}
</style>