Shades of Purple Heart #691FC9
Tints of Purple Heart #691FC9
RGB
CMYK
RGB Variations
Color information
#691FC9 (or 0x691FC9) is known color: Purple Heart. HEX triplet: 69, 1F and C9. RGB value is (105,31,201). Sum of RGB (Red+Green+Blue) = 105+31+201=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #691FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691FC9 is #96E036. Grayscale: #474747. Windows color (decimal): -9887799 or 13180777. OLE color: 13180777.
HSL color Cylindrical-coordinate representation of color #691FC9: hue angle of 266.12º degrees, saturation: 0.73, 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 #691FC9 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 31 | 201 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.21 |
| HSL | 266.12º | 0.73% | 0.45% | - |
| HSV(B) | 266.12º | 0.85% | 0.79% | - |
| XYZ | 16.86 | 8.2 | 55.95 | - |
| YUV | 72.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 201 | 0.48 | 0.85 | 0 | 0.21 | 266.12 | 0.73 | 0.45 |
| Hex | 69 | 1F | C9 | 30 | 55 | 0 | 15 | 10A | 49 | 2D |
| Octal | 151 | 37 | 311 | 60 | 125 | 0 | 25 | 412 | 111 | 55 |
| Binary | 1101001 | 11111 | 11001001 | 110000 | 1010101 | 0 | 10101 | 100001010 | 1001001 | 101101 |
Color Harmonies of #691FC9
Complementary color
Monochromatic Colors of #691FC9
Black with #691FC9
Text Example
Text Example
White with #691FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FC9; }
p { color: rgb(105,31,201); }
H1.HeaderClassName
{
color: #691FC9;
}
.AnyTagClassName
{
color: #691FC9;
}
</style>
background-color css
<style>
a { background-color: #691FC9; }
a { background-color: rgb(105,31,201); }
div.DivClassName
{
background-color: #691FC9;
}
.BgClassName
{
background-color: #691FC9;
}
</style>
border-color css
<style>
span { border-color: #691FC9; }
span { border-color: rgb(105,31,201); }
td.TdClassName
{
border-color: #691FC9;
}
.TagClassName
{
border-color: #691FC9;
}
</style>