Shades of Purple Heart #692CDA
Tints of Purple Heart #692CDA
RGB
CMYK
RGB Variations
Color information
#692CDA (or 0x692CDA) is known color: Purple Heart. HEX triplet: 69, 2C and DA. RGB value is (105,44,218). Sum of RGB (Red+Green+Blue) = 105+44+218=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #692CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CDA is #96D325. Grayscale: #515151. Windows color (decimal): -9884454 or 14298217. OLE color: 14298217.
HSL color Cylindrical-coordinate representation of color #692CDA: hue angle of 261.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692CDA is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 44 | 218 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.15 |
| HSL | 261.03º | 0.7% | 0.51% | - |
| HSV(B) | 261.03º | 0.8% | 0.85% | - |
| XYZ | 19.38 | 9.87 | 67.21 | - |
| YUV | 82.08 | 204.71 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 218 | 0.52 | 0.80 | 0 | 0.15 | 261.03 | 0.7 | 0.51 |
| Hex | 69 | 2C | DA | 34 | 50 | 0 | F | 105 | 46 | 33 |
| Octal | 151 | 54 | 332 | 64 | 120 | 0 | 17 | 405 | 106 | 63 |
| Binary | 1101001 | 101100 | 11011010 | 110100 | 1010000 | 0 | 1111 | 100000101 | 1000110 | 110011 |
Color Harmonies of #692CDA
Complementary color
Monochromatic Colors of #692CDA
Black with #692CDA
Text Example
Text Example
White with #692CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CDA; }
p { color: rgb(105,44,218); }
H1.HeaderClassName
{
color: #692CDA;
}
.AnyTagClassName
{
color: #692CDA;
}
</style>
background-color css
<style>
a { background-color: #692CDA; }
a { background-color: rgb(105,44,218); }
div.DivClassName
{
background-color: #692CDA;
}
.BgClassName
{
background-color: #692CDA;
}
</style>
border-color css
<style>
span { border-color: #692CDA; }
span { border-color: rgb(105,44,218); }
td.TdClassName
{
border-color: #692CDA;
}
.TagClassName
{
border-color: #692CDA;
}
</style>