Shades of Purple Heart #690FB4
Tints of Purple Heart #690FB4
RGB
CMYK
RGB Variations
Color information
#690FB4 (or 0x690FB4) is known color: Purple Heart. HEX triplet: 69, 0F and B4. RGB value is (105,15,180). Sum of RGB (Red+Green+Blue) = 105+15+180=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #690FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FB4 is #96F04B. Grayscale: #3C3C3C. Windows color (decimal): -9891916 or 11800425. OLE color: 11800425.
HSL color Cylindrical-coordinate representation of color #690FB4: hue angle of 272.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690FB4 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 15 | 180 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.29 |
| HSL | 272.73º | 0.85% | 0.38% | - |
| HSV(B) | 272.73º | 0.92% | 0.71% | - |
| XYZ | 14.23 | 6.64 | 43.71 | - |
| YUV | 60.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 180 | 0.42 | 0.92 | 0 | 0.29 | 272.73 | 0.85 | 0.38 |
| Hex | 69 | F | B4 | 2A | 5C | 0 | 1D | 111 | 55 | 26 |
| Octal | 151 | 17 | 264 | 52 | 134 | 0 | 35 | 421 | 125 | 46 |
| Binary | 1101001 | 1111 | 10110100 | 101010 | 1011100 | 0 | 11101 | 100010001 | 1010101 | 100110 |
Color Harmonies of #690FB4
Complementary color
Monochromatic Colors of #690FB4
Black with #690FB4
Text Example
Text Example
White with #690FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FB4; }
p { color: rgb(105,15,180); }
H1.HeaderClassName
{
color: #690FB4;
}
.AnyTagClassName
{
color: #690FB4;
}
</style>
background-color css
<style>
a { background-color: #690FB4; }
a { background-color: rgb(105,15,180); }
div.DivClassName
{
background-color: #690FB4;
}
.BgClassName
{
background-color: #690FB4;
}
</style>
border-color css
<style>
span { border-color: #690FB4; }
span { border-color: rgb(105,15,180); }
td.TdClassName
{
border-color: #690FB4;
}
.TagClassName
{
border-color: #690FB4;
}
</style>