Shades of Purple Heart #692AAC
Tints of Purple Heart #692AAC
RGB
CMYK
RGB Variations
Color information
#692AAC (or 0x692AAC) is known color: Purple Heart. HEX triplet: 69, 2A and AC. RGB value is (105,42,172). Sum of RGB (Red+Green+Blue) = 105+42+172=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #692AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692AAC is #96D553. Grayscale: #4B4B4B. Windows color (decimal): -9885012 or 11283049. OLE color: 11283049.
HSL color Cylindrical-coordinate representation of color #692AAC: hue angle of 269.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692AAC is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 42 | 172 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.33 |
| HSL | 269.08º | 0.61% | 0.42% | - |
| HSV(B) | 269.08º | 0.76% | 0.67% | - |
| XYZ | 14.1 | 7.64 | 39.76 | - |
| YUV | 75.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 172 | 0.39 | 0.76 | 0 | 0.33 | 269.08 | 0.61 | 0.42 |
| Hex | 69 | 2A | AC | 27 | 4C | 0 | 21 | 10D | 3D | 2A |
| Octal | 151 | 52 | 254 | 47 | 114 | 0 | 41 | 415 | 75 | 52 |
| Binary | 1101001 | 101010 | 10101100 | 100111 | 1001100 | 0 | 100001 | 100001101 | 111101 | 101010 |
Color Harmonies of #692AAC
Complementary color
Monochromatic Colors of #692AAC
Black with #692AAC
Text Example
Text Example
White with #692AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692AAC; }
p { color: rgb(105,42,172); }
H1.HeaderClassName
{
color: #692AAC;
}
.AnyTagClassName
{
color: #692AAC;
}
</style>
background-color css
<style>
a { background-color: #692AAC; }
a { background-color: rgb(105,42,172); }
div.DivClassName
{
background-color: #692AAC;
}
.BgClassName
{
background-color: #692AAC;
}
</style>
border-color css
<style>
span { border-color: #692AAC; }
span { border-color: rgb(105,42,172); }
td.TdClassName
{
border-color: #692AAC;
}
.TagClassName
{
border-color: #692AAC;
}
</style>