Shades of Purple Heart #691AB8
Tints of Purple Heart #691AB8
RGB
CMYK
RGB Variations
Color information
#691AB8 (or 0x691AB8) is known color: Purple Heart. HEX triplet: 69, 1A and B8. RGB value is (105,26,184). Sum of RGB (Red+Green+Blue) = 105+26+184=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #691AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691AB8 is #96E547. Grayscale: #434343. Windows color (decimal): -9889096 or 12065385. OLE color: 12065385.
HSL color Cylindrical-coordinate representation of color #691AB8: hue angle of 270º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691AB8 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 26 | 184 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.28 |
| HSL | 270º | 0.75% | 0.41% | - |
| HSV(B) | 270º | 0.86% | 0.72% | - |
| XYZ | 14.85 | 7.2 | 45.96 | - |
| YUV | 67.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 184 | 0.43 | 0.86 | 0 | 0.28 | 270 | 0.75 | 0.41 |
| Hex | 69 | 1A | B8 | 2B | 56 | 0 | 1C | 10E | 4B | 29 |
| Octal | 151 | 32 | 270 | 53 | 126 | 0 | 34 | 416 | 113 | 51 |
| Binary | 1101001 | 11010 | 10111000 | 101011 | 1010110 | 0 | 11100 | 100001110 | 1001011 | 101001 |
Color Harmonies of #691AB8
Complementary color
Monochromatic Colors of #691AB8
Black with #691AB8
Text Example
Text Example
White with #691AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691AB8; }
p { color: rgb(105,26,184); }
H1.HeaderClassName
{
color: #691AB8;
}
.AnyTagClassName
{
color: #691AB8;
}
</style>
background-color css
<style>
a { background-color: #691AB8; }
a { background-color: rgb(105,26,184); }
div.DivClassName
{
background-color: #691AB8;
}
.BgClassName
{
background-color: #691AB8;
}
</style>
border-color css
<style>
span { border-color: #691AB8; }
span { border-color: rgb(105,26,184); }
td.TdClassName
{
border-color: #691AB8;
}
.TagClassName
{
border-color: #691AB8;
}
</style>