Shades of Purple Heart #691FE0
Tints of Purple Heart #691FE0
RGB
CMYK
RGB Variations
Color information
#691FE0 (or 0x691FE0) is known color: Purple Heart. HEX triplet: 69, 1F and E0. RGB value is (105,31,224). Sum of RGB (Red+Green+Blue) = 105+31+224=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #691FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691FE0 is #96E01F. Grayscale: #4A4A4A. Windows color (decimal): -9887776 or 14688105. OLE color: 14688105.
HSL color Cylindrical-coordinate representation of color #691FE0: hue angle of 263.01º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691FE0 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 31 | 224 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.12 |
| HSL | 263.01º | 0.76% | 0.5% | - |
| HSV(B) | 263.01º | 0.86% | 0.88% | - |
| XYZ | 19.77 | 9.37 | 71.29 | - |
| YUV | 75.13 | 212.02 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 224 | 0.53 | 0.86 | 0 | 0.12 | 263.01 | 0.76 | 0.5 |
| Hex | 69 | 1F | E0 | 35 | 56 | 0 | C | 107 | 4C | 32 |
| Octal | 151 | 37 | 340 | 65 | 126 | 0 | 14 | 407 | 114 | 62 |
| Binary | 1101001 | 11111 | 11100000 | 110101 | 1010110 | 0 | 1100 | 100000111 | 1001100 | 110010 |
Color Harmonies of #691FE0
Complementary color
Monochromatic Colors of #691FE0
Black with #691FE0
Text Example
Text Example
White with #691FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FE0; }
p { color: rgb(105,31,224); }
H1.HeaderClassName
{
color: #691FE0;
}
.AnyTagClassName
{
color: #691FE0;
}
</style>
background-color css
<style>
a { background-color: #691FE0; }
a { background-color: rgb(105,31,224); }
div.DivClassName
{
background-color: #691FE0;
}
.BgClassName
{
background-color: #691FE0;
}
</style>
border-color css
<style>
span { border-color: #691FE0; }
span { border-color: rgb(105,31,224); }
td.TdClassName
{
border-color: #691FE0;
}
.TagClassName
{
border-color: #691FE0;
}
</style>