Shades of Purple Heart #692EDC
Tints of Purple Heart #692EDC
RGB
CMYK
RGB Variations
Color information
#692EDC (or 0x692EDC) is known color: Purple Heart. HEX triplet: 69, 2E and DC. RGB value is (105,46,220). Sum of RGB (Red+Green+Blue) = 105+46+220=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #692EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692EDC is #96D123. Grayscale: #525252. Windows color (decimal): -9883940 or 14429801. OLE color: 14429801.
HSL color Cylindrical-coordinate representation of color #692EDC: hue angle of 260.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692EDC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 46 | 220 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.14 |
| HSL | 260.34º | 0.71% | 0.52% | - |
| HSV(B) | 260.34º | 0.79% | 0.86% | - |
| XYZ | 19.72 | 10.12 | 68.62 | - |
| YUV | 83.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 220 | 0.52 | 0.79 | 0 | 0.14 | 260.34 | 0.71 | 0.52 |
| Hex | 69 | 2E | DC | 34 | 4F | 0 | E | 104 | 47 | 34 |
| Octal | 151 | 56 | 334 | 64 | 117 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1101001 | 101110 | 11011100 | 110100 | 1001111 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #692EDC
Complementary color
Monochromatic Colors of #692EDC
Black with #692EDC
Text Example
Text Example
White with #692EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EDC; }
p { color: rgb(105,46,220); }
H1.HeaderClassName
{
color: #692EDC;
}
.AnyTagClassName
{
color: #692EDC;
}
</style>
background-color css
<style>
a { background-color: #692EDC; }
a { background-color: rgb(105,46,220); }
div.DivClassName
{
background-color: #692EDC;
}
.BgClassName
{
background-color: #692EDC;
}
</style>
border-color css
<style>
span { border-color: #692EDC; }
span { border-color: rgb(105,46,220); }
td.TdClassName
{
border-color: #692EDC;
}
.TagClassName
{
border-color: #692EDC;
}
</style>