Shades of Purple Heart #691BC1
Tints of Purple Heart #691BC1
RGB
CMYK
RGB Variations
Color information
#691BC1 (or 0x691BC1) is known color: Purple Heart. HEX triplet: 69, 1B and C1. RGB value is (105,27,193). Sum of RGB (Red+Green+Blue) = 105+27+193=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 193 (75.78% from 255 or 59.38% from 325); Max value from RGB is 193 - color contains mainly: blue. Hex color #691BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691BC1 is #96E43E. Grayscale: #444444. Windows color (decimal): -9888831 or 12655465. OLE color: 12655465.
HSL color Cylindrical-coordinate representation of color #691BC1: hue angle of 268.19º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691BC1 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 27 | 193 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.24 |
| HSL | 268.19º | 0.75% | 0.43% | - |
| HSV(B) | 268.19º | 0.86% | 0.76% | - |
| XYZ | 15.84 | 7.64 | 51.09 | - |
| YUV | 69.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 193 | 0.46 | 0.86 | 0 | 0.24 | 268.19 | 0.75 | 0.43 |
| Hex | 69 | 1B | C1 | 2E | 56 | 0 | 18 | 10C | 4B | 2B |
| Octal | 151 | 33 | 301 | 56 | 126 | 0 | 30 | 414 | 113 | 53 |
| Binary | 1101001 | 11011 | 11000001 | 101110 | 1010110 | 0 | 11000 | 100001100 | 1001011 | 101011 |
Color Harmonies of #691BC1
Complementary color
Monochromatic Colors of #691BC1
Black with #691BC1
Text Example
Text Example
White with #691BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BC1; }
p { color: rgb(105,27,193); }
H1.HeaderClassName
{
color: #691BC1;
}
.AnyTagClassName
{
color: #691BC1;
}
</style>
background-color css
<style>
a { background-color: #691BC1; }
a { background-color: rgb(105,27,193); }
div.DivClassName
{
background-color: #691BC1;
}
.BgClassName
{
background-color: #691BC1;
}
</style>
border-color css
<style>
span { border-color: #691BC1; }
span { border-color: rgb(105,27,193); }
td.TdClassName
{
border-color: #691BC1;
}
.TagClassName
{
border-color: #691BC1;
}
</style>