Shades of Purple Heart #691ECC
Tints of Purple Heart #691ECC
RGB
CMYK
RGB Variations
Color information
#691ECC (or 0x691ECC) is known color: Purple Heart. HEX triplet: 69, 1E and CC. RGB value is (105,30,204). Sum of RGB (Red+Green+Blue) = 105+30+204=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #691ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691ECC is #96E133. Grayscale: #474747. Windows color (decimal): -9888052 or 13377129. OLE color: 13377129.
HSL color Cylindrical-coordinate representation of color #691ECC: hue angle of 265.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691ECC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 30 | 204 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.2 |
| HSL | 265.86º | 0.74% | 0.46% | - |
| HSV(B) | 265.86º | 0.85% | 0.8% | - |
| XYZ | 17.19 | 8.29 | 57.82 | - |
| YUV | 72.26 | 202.35 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 204 | 0.49 | 0.85 | 0 | 0.2 | 265.86 | 0.74 | 0.46 |
| Hex | 69 | 1E | CC | 31 | 55 | 0 | 14 | 10A | 4A | 2E |
| Octal | 151 | 36 | 314 | 61 | 125 | 0 | 24 | 412 | 112 | 56 |
| Binary | 1101001 | 11110 | 11001100 | 110001 | 1010101 | 0 | 10100 | 100001010 | 1001010 | 101110 |
Color Harmonies of #691ECC
Complementary color
Monochromatic Colors of #691ECC
Black with #691ECC
Text Example
Text Example
White with #691ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691ECC; }
p { color: rgb(105,30,204); }
H1.HeaderClassName
{
color: #691ECC;
}
.AnyTagClassName
{
color: #691ECC;
}
</style>
background-color css
<style>
a { background-color: #691ECC; }
a { background-color: rgb(105,30,204); }
div.DivClassName
{
background-color: #691ECC;
}
.BgClassName
{
background-color: #691ECC;
}
</style>
border-color css
<style>
span { border-color: #691ECC; }
span { border-color: rgb(105,30,204); }
td.TdClassName
{
border-color: #691ECC;
}
.TagClassName
{
border-color: #691ECC;
}
</style>