Shades of Purple Heart #690CAF
Tints of Purple Heart #690CAF
RGB
CMYK
RGB Variations
Color information
#690CAF (or 0x690CAF) is known color: Purple Heart. HEX triplet: 69, 0C and AF. RGB value is (105,12,175). Sum of RGB (Red+Green+Blue) = 105+12+175=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #690CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CAF is #96F350. Grayscale: #393939. Windows color (decimal): -9892689 or 11471977. OLE color: 11471977.
HSL color Cylindrical-coordinate representation of color #690CAF: hue angle of 274.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690CAF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 12 | 175 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.31 |
| HSL | 274.23º | 0.87% | 0.37% | - |
| HSV(B) | 274.23º | 0.93% | 0.69% | - |
| XYZ | 13.7 | 6.36 | 41.06 | - |
| YUV | 58.39 | 193.81 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 175 | 0.40 | 0.93 | 0 | 0.31 | 274.23 | 0.87 | 0.37 |
| Hex | 69 | C | AF | 28 | 5D | 0 | 1F | 112 | 57 | 25 |
| Octal | 151 | 14 | 257 | 50 | 135 | 0 | 37 | 422 | 127 | 45 |
| Binary | 1101001 | 1100 | 10101111 | 101000 | 1011101 | 0 | 11111 | 100010010 | 1010111 | 100101 |
Color Harmonies of #690CAF
Complementary color
Monochromatic Colors of #690CAF
Black with #690CAF
Text Example
Text Example
White with #690CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CAF; }
p { color: rgb(105,12,175); }
H1.HeaderClassName
{
color: #690CAF;
}
.AnyTagClassName
{
color: #690CAF;
}
</style>
background-color css
<style>
a { background-color: #690CAF; }
a { background-color: rgb(105,12,175); }
div.DivClassName
{
background-color: #690CAF;
}
.BgClassName
{
background-color: #690CAF;
}
</style>
border-color css
<style>
span { border-color: #690CAF; }
span { border-color: rgb(105,12,175); }
td.TdClassName
{
border-color: #690CAF;
}
.TagClassName
{
border-color: #690CAF;
}
</style>