Shades of Purple Heart #691ACF
Tints of Purple Heart #691ACF
RGB
CMYK
RGB Variations
Color information
#691ACF (or 0x691ACF) is known color: Purple Heart. HEX triplet: 69, 1A and CF. RGB value is (105,26,207). Sum of RGB (Red+Green+Blue) = 105+26+207=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #691ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ACF is #96E530. Grayscale: #454545. Windows color (decimal): -9889073 or 13572713. OLE color: 13572713.
HSL color Cylindrical-coordinate representation of color #691ACF: hue angle of 266.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691ACF is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 26 | 207 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.19 |
| HSL | 266.19º | 0.78% | 0.46% | - |
| HSV(B) | 266.19º | 0.87% | 0.81% | - |
| XYZ | 17.46 | 8.25 | 59.7 | - |
| YUV | 70.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 207 | 0.49 | 0.87 | 0 | 0.19 | 266.19 | 0.78 | 0.46 |
| Hex | 69 | 1A | CF | 31 | 57 | 0 | 13 | 10A | 4E | 2E |
| Octal | 151 | 32 | 317 | 61 | 127 | 0 | 23 | 412 | 116 | 56 |
| Binary | 1101001 | 11010 | 11001111 | 110001 | 1010111 | 0 | 10011 | 100001010 | 1001110 | 101110 |
Color Harmonies of #691ACF
Complementary color
Monochromatic Colors of #691ACF
Black with #691ACF
Text Example
Text Example
White with #691ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691ACF; }
p { color: rgb(105,26,207); }
H1.HeaderClassName
{
color: #691ACF;
}
.AnyTagClassName
{
color: #691ACF;
}
</style>
background-color css
<style>
a { background-color: #691ACF; }
a { background-color: rgb(105,26,207); }
div.DivClassName
{
background-color: #691ACF;
}
.BgClassName
{
background-color: #691ACF;
}
</style>
border-color css
<style>
span { border-color: #691ACF; }
span { border-color: rgb(105,26,207); }
td.TdClassName
{
border-color: #691ACF;
}
.TagClassName
{
border-color: #691ACF;
}
</style>