Shades of Purple Heart #692ECF
Tints of Purple Heart #692ECF
RGB
CMYK
RGB Variations
Color information
#692ECF (or 0x692ECF) is known color: Purple Heart. HEX triplet: 69, 2E and CF. RGB value is (105,46,207). Sum of RGB (Red+Green+Blue) = 105+46+207=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #692ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ECF is #96D130. Grayscale: #515151. Windows color (decimal): -9883953 or 13577833. OLE color: 13577833.
HSL color Cylindrical-coordinate representation of color #692ECF: hue angle of 261.99º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692ECF is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 46 | 207 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.19 |
| HSL | 261.99º | 0.64% | 0.5% | - |
| HSV(B) | 261.99º | 0.78% | 0.81% | - |
| XYZ | 18.07 | 9.46 | 59.91 | - |
| YUV | 82 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 207 | 0.49 | 0.78 | 0 | 0.19 | 261.99 | 0.64 | 0.5 |
| Hex | 69 | 2E | CF | 31 | 4E | 0 | 13 | 106 | 40 | 32 |
| Octal | 151 | 56 | 317 | 61 | 116 | 0 | 23 | 406 | 100 | 62 |
| Binary | 1101001 | 101110 | 11001111 | 110001 | 1001110 | 0 | 10011 | 100000110 | 1000000 | 110010 |
Color Harmonies of #692ECF
Complementary color
Monochromatic Colors of #692ECF
Black with #692ECF
Text Example
Text Example
White with #692ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692ECF; }
p { color: rgb(105,46,207); }
H1.HeaderClassName
{
color: #692ECF;
}
.AnyTagClassName
{
color: #692ECF;
}
</style>
background-color css
<style>
a { background-color: #692ECF; }
a { background-color: rgb(105,46,207); }
div.DivClassName
{
background-color: #692ECF;
}
.BgClassName
{
background-color: #692ECF;
}
</style>
border-color css
<style>
span { border-color: #692ECF; }
span { border-color: rgb(105,46,207); }
td.TdClassName
{
border-color: #692ECF;
}
.TagClassName
{
border-color: #692ECF;
}
</style>