Shades of Purple Heart #692EDA
Tints of Purple Heart #692EDA
RGB
CMYK
RGB Variations
Color information
#692EDA (or 0x692EDA) is known color: Purple Heart. HEX triplet: 69, 2E and DA. RGB value is (105,46,218). Sum of RGB (Red+Green+Blue) = 105+46+218=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #692EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692EDA is #96D125. Grayscale: #525252. Windows color (decimal): -9883942 or 14298729. OLE color: 14298729.
HSL color Cylindrical-coordinate representation of color #692EDA: hue angle of 260.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692EDA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 46 | 218 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.15 |
| HSL | 260.58º | 0.7% | 0.52% | - |
| HSV(B) | 260.58º | 0.79% | 0.85% | - |
| XYZ | 19.46 | 10.02 | 67.24 | - |
| YUV | 83.25 | 204.05 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 218 | 0.52 | 0.79 | 0 | 0.15 | 260.58 | 0.7 | 0.52 |
| Hex | 69 | 2E | DA | 34 | 4F | 0 | F | 105 | 46 | 34 |
| Octal | 151 | 56 | 332 | 64 | 117 | 0 | 17 | 405 | 106 | 64 |
| Binary | 1101001 | 101110 | 11011010 | 110100 | 1001111 | 0 | 1111 | 100000101 | 1000110 | 110100 |
Color Harmonies of #692EDA
Complementary color
Monochromatic Colors of #692EDA
Black with #692EDA
Text Example
Text Example
White with #692EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EDA; }
p { color: rgb(105,46,218); }
H1.HeaderClassName
{
color: #692EDA;
}
.AnyTagClassName
{
color: #692EDA;
}
</style>
background-color css
<style>
a { background-color: #692EDA; }
a { background-color: rgb(105,46,218); }
div.DivClassName
{
background-color: #692EDA;
}
.BgClassName
{
background-color: #692EDA;
}
</style>
border-color css
<style>
span { border-color: #692EDA; }
span { border-color: rgb(105,46,218); }
td.TdClassName
{
border-color: #692EDA;
}
.TagClassName
{
border-color: #692EDA;
}
</style>