Shades of Purple Heart #690FA4
Tints of Purple Heart #690FA4
RGB
CMYK
RGB Variations
Color information
#690FA4 (or 0x690FA4) is known color: Purple Heart. HEX triplet: 69, 0F and A4. RGB value is (105,15,164). Sum of RGB (Red+Green+Blue) = 105+15+164=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #690FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690FA4 is #96F05B. Grayscale: #3A3A3A. Windows color (decimal): -9891932 or 10751849. OLE color: 10751849.
HSL color Cylindrical-coordinate representation of color #690FA4: hue angle of 276.24º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690FA4 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 15 | 164 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.36 |
| HSL | 276.24º | 0.83% | 0.35% | - |
| HSV(B) | 276.24º | 0.91% | 0.64% | - |
| XYZ | 12.7 | 6.03 | 35.62 | - |
| YUV | 58.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 164 | 0.36 | 0.91 | 0 | 0.36 | 276.24 | 0.83 | 0.35 |
| Hex | 69 | F | A4 | 24 | 5B | 0 | 24 | 114 | 53 | 23 |
| Octal | 151 | 17 | 244 | 44 | 133 | 0 | 44 | 424 | 123 | 43 |
| Binary | 1101001 | 1111 | 10100100 | 100100 | 1011011 | 0 | 100100 | 100010100 | 1010011 | 100011 |
Color Harmonies of #690FA4
Complementary color
Monochromatic Colors of #690FA4
Black with #690FA4
Text Example
Text Example
White with #690FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FA4; }
p { color: rgb(105,15,164); }
H1.HeaderClassName
{
color: #690FA4;
}
.AnyTagClassName
{
color: #690FA4;
}
</style>
background-color css
<style>
a { background-color: #690FA4; }
a { background-color: rgb(105,15,164); }
div.DivClassName
{
background-color: #690FA4;
}
.BgClassName
{
background-color: #690FA4;
}
</style>
border-color css
<style>
span { border-color: #690FA4; }
span { border-color: rgb(105,15,164); }
td.TdClassName
{
border-color: #690FA4;
}
.TagClassName
{
border-color: #690FA4;
}
</style>