Shades of Purple Heart #690FC4
Tints of Purple Heart #690FC4
RGB
CMYK
RGB Variations
Color information
#690FC4 (or 0x690FC4) is known color: Purple Heart. HEX triplet: 69, 0F and C4. RGB value is (105,15,196). Sum of RGB (Red+Green+Blue) = 105+15+196=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #690FC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FC4 is #96F03B. Grayscale: #3D3D3D. Windows color (decimal): -9891900 or 12849001. OLE color: 12849001.
HSL color Cylindrical-coordinate representation of color #690FC4: hue angle of 269.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690FC4 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 15 | 196 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.23 |
| HSL | 269.83º | 0.86% | 0.41% | - |
| HSV(B) | 269.83º | 0.92% | 0.77% | - |
| XYZ | 15.96 | 7.33 | 52.8 | - |
| YUV | 62.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 196 | 0.46 | 0.92 | 0 | 0.23 | 269.83 | 0.86 | 0.41 |
| Hex | 69 | F | C4 | 2E | 5C | 0 | 17 | 10E | 56 | 29 |
| Octal | 151 | 17 | 304 | 56 | 134 | 0 | 27 | 416 | 126 | 51 |
| Binary | 1101001 | 1111 | 11000100 | 101110 | 1011100 | 0 | 10111 | 100001110 | 1010110 | 101001 |
Color Harmonies of #690FC4
Complementary color
Monochromatic Colors of #690FC4
Black with #690FC4
Text Example
Text Example
White with #690FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FC4; }
p { color: rgb(105,15,196); }
H1.HeaderClassName
{
color: #690FC4;
}
.AnyTagClassName
{
color: #690FC4;
}
</style>
background-color css
<style>
a { background-color: #690FC4; }
a { background-color: rgb(105,15,196); }
div.DivClassName
{
background-color: #690FC4;
}
.BgClassName
{
background-color: #690FC4;
}
</style>
border-color css
<style>
span { border-color: #690FC4; }
span { border-color: rgb(105,15,196); }
td.TdClassName
{
border-color: #690FC4;
}
.TagClassName
{
border-color: #690FC4;
}
</style>