Shades of Purple Heart #692EDF
Tints of Purple Heart #692EDF
RGB
CMYK
RGB Variations
Color information
#692EDF (or 0x692EDF) is known color: Purple Heart. HEX triplet: 69, 2E and DF. RGB value is (105,46,223). Sum of RGB (Red+Green+Blue) = 105+46+223=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #692EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692EDF is #96D120. Grayscale: #535353. Windows color (decimal): -9883937 or 14626409. OLE color: 14626409.
HSL color Cylindrical-coordinate representation of color #692EDF: hue angle of 260º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692EDF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 46 | 223 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.13 |
| HSL | 260º | 0.73% | 0.53% | - |
| HSV(B) | 260º | 0.79% | 0.87% | - |
| XYZ | 20.12 | 10.28 | 70.74 | - |
| YUV | 83.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 223 | 0.53 | 0.79 | 0 | 0.13 | 260 | 0.73 | 0.53 |
| Hex | 69 | 2E | DF | 35 | 4F | 0 | D | 104 | 49 | 35 |
| Octal | 151 | 56 | 337 | 65 | 117 | 0 | 15 | 404 | 111 | 65 |
| Binary | 1101001 | 101110 | 11011111 | 110101 | 1001111 | 0 | 1101 | 100000100 | 1001001 | 110101 |
Color Harmonies of #692EDF
Complementary color
Monochromatic Colors of #692EDF
Black with #692EDF
Text Example
Text Example
White with #692EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EDF; }
p { color: rgb(105,46,223); }
H1.HeaderClassName
{
color: #692EDF;
}
.AnyTagClassName
{
color: #692EDF;
}
</style>
background-color css
<style>
a { background-color: #692EDF; }
a { background-color: rgb(105,46,223); }
div.DivClassName
{
background-color: #692EDF;
}
.BgClassName
{
background-color: #692EDF;
}
</style>
border-color css
<style>
span { border-color: #692EDF; }
span { border-color: rgb(105,46,223); }
td.TdClassName
{
border-color: #692EDF;
}
.TagClassName
{
border-color: #692EDF;
}
</style>