Shades of Purple Heart #691FDA
Tints of Purple Heart #691FDA
RGB
CMYK
RGB Variations
Color information
#691FDA (or 0x691FDA) is known color: Purple Heart. HEX triplet: 69, 1F and DA. RGB value is (105,31,218). Sum of RGB (Red+Green+Blue) = 105+31+218=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #691FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691FDA is #96E025. Grayscale: #494949. Windows color (decimal): -9887782 or 14294889. OLE color: 14294889.
HSL color Cylindrical-coordinate representation of color #691FDA: hue angle of 263.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691FDA is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 31 | 218 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.15 |
| HSL | 263.74º | 0.75% | 0.49% | - |
| HSV(B) | 263.74º | 0.86% | 0.85% | - |
| XYZ | 18.97 | 9.05 | 67.08 | - |
| YUV | 74.44 | 209.02 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 218 | 0.52 | 0.86 | 0 | 0.15 | 263.74 | 0.75 | 0.49 |
| Hex | 69 | 1F | DA | 34 | 56 | 0 | F | 108 | 4B | 31 |
| Octal | 151 | 37 | 332 | 64 | 126 | 0 | 17 | 410 | 113 | 61 |
| Binary | 1101001 | 11111 | 11011010 | 110100 | 1010110 | 0 | 1111 | 100001000 | 1001011 | 110001 |
Color Harmonies of #691FDA
Complementary color
Monochromatic Colors of #691FDA
Black with #691FDA
Text Example
Text Example
White with #691FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FDA; }
p { color: rgb(105,31,218); }
H1.HeaderClassName
{
color: #691FDA;
}
.AnyTagClassName
{
color: #691FDA;
}
</style>
background-color css
<style>
a { background-color: #691FDA; }
a { background-color: rgb(105,31,218); }
div.DivClassName
{
background-color: #691FDA;
}
.BgClassName
{
background-color: #691FDA;
}
</style>
border-color css
<style>
span { border-color: #691FDA; }
span { border-color: rgb(105,31,218); }
td.TdClassName
{
border-color: #691FDA;
}
.TagClassName
{
border-color: #691FDA;
}
</style>