Shades of Purple Heart #691EC9
Tints of Purple Heart #691EC9
RGB
CMYK
RGB Variations
Color information
#691EC9 (or 0x691EC9) is known color: Purple Heart. HEX triplet: 69, 1E and C9. RGB value is (105,30,201). Sum of RGB (Red+Green+Blue) = 105+30+201=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #691EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691EC9 is #96E136. Grayscale: #474747. Windows color (decimal): -9888055 or 13180521. OLE color: 13180521.
HSL color Cylindrical-coordinate representation of color #691EC9: hue angle of 266.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691EC9 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 30 | 201 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.21 |
| HSL | 266.32º | 0.74% | 0.45% | - |
| HSV(B) | 266.32º | 0.85% | 0.79% | - |
| XYZ | 16.83 | 8.15 | 55.94 | - |
| YUV | 71.92 | 200.85 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 201 | 0.48 | 0.85 | 0 | 0.21 | 266.32 | 0.74 | 0.45 |
| Hex | 69 | 1E | C9 | 30 | 55 | 0 | 15 | 10A | 4A | 2D |
| Octal | 151 | 36 | 311 | 60 | 125 | 0 | 25 | 412 | 112 | 55 |
| Binary | 1101001 | 11110 | 11001001 | 110000 | 1010101 | 0 | 10101 | 100001010 | 1001010 | 101101 |
Color Harmonies of #691EC9
Complementary color
Monochromatic Colors of #691EC9
Black with #691EC9
Text Example
Text Example
White with #691EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691EC9; }
p { color: rgb(105,30,201); }
H1.HeaderClassName
{
color: #691EC9;
}
.AnyTagClassName
{
color: #691EC9;
}
</style>
background-color css
<style>
a { background-color: #691EC9; }
a { background-color: rgb(105,30,201); }
div.DivClassName
{
background-color: #691EC9;
}
.BgClassName
{
background-color: #691EC9;
}
</style>
border-color css
<style>
span { border-color: #691EC9; }
span { border-color: rgb(105,30,201); }
td.TdClassName
{
border-color: #691EC9;
}
.TagClassName
{
border-color: #691EC9;
}
</style>