Shades of Purple Heart #692ADE
Tints of Purple Heart #692ADE
RGB
CMYK
RGB Variations
Color information
#692ADE (or 0x692ADE) is known color: Purple Heart. HEX triplet: 69, 2A and DE. RGB value is (105,42,222). Sum of RGB (Red+Green+Blue) = 105+42+222=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #692ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ADE is #96D521. Grayscale: #505050. Windows color (decimal): -9884962 or 14559849. OLE color: 14559849.
HSL color Cylindrical-coordinate representation of color #692ADE: hue angle of 261º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #692ADE is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 42 | 222 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.13 |
| HSL | 261º | 0.73% | 0.52% | - |
| HSV(B) | 261º | 0.81% | 0.87% | - |
| XYZ | 19.84 | 9.93 | 69.98 | - |
| YUV | 81.36 | 207.37 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 222 | 0.53 | 0.81 | 0 | 0.13 | 261 | 0.73 | 0.52 |
| Hex | 69 | 2A | DE | 35 | 51 | 0 | D | 105 | 49 | 34 |
| Octal | 151 | 52 | 336 | 65 | 121 | 0 | 15 | 405 | 111 | 64 |
| Binary | 1101001 | 101010 | 11011110 | 110101 | 1010001 | 0 | 1101 | 100000101 | 1001001 | 110100 |
Color Harmonies of #692ADE
Complementary color
Monochromatic Colors of #692ADE
Black with #692ADE
Text Example
Text Example
White with #692ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692ADE; }
p { color: rgb(105,42,222); }
H1.HeaderClassName
{
color: #692ADE;
}
.AnyTagClassName
{
color: #692ADE;
}
</style>
background-color css
<style>
a { background-color: #692ADE; }
a { background-color: rgb(105,42,222); }
div.DivClassName
{
background-color: #692ADE;
}
.BgClassName
{
background-color: #692ADE;
}
</style>
border-color css
<style>
span { border-color: #692ADE; }
span { border-color: rgb(105,42,222); }
td.TdClassName
{
border-color: #692ADE;
}
.TagClassName
{
border-color: #692ADE;
}
</style>