Shades of Purple Heart #692BDD
Tints of Purple Heart #692BDD
RGB
CMYK
RGB Variations
Color information
#692BDD (or 0x692BDD) is known color: Purple Heart. HEX triplet: 69, 2B and DD. RGB value is (105,43,221). Sum of RGB (Red+Green+Blue) = 105+43+221=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #692BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BDD is #96D422. Grayscale: #515151. Windows color (decimal): -9884707 or 14494569. OLE color: 14494569.
HSL color Cylindrical-coordinate representation of color #692BDD: hue angle of 260.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #692BDD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 43 | 221 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.13 |
| HSL | 260.9º | 0.72% | 0.52% | - |
| HSV(B) | 260.9º | 0.81% | 0.87% | - |
| XYZ | 19.74 | 9.95 | 69.29 | - |
| YUV | 81.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 221 | 0.52 | 0.81 | 0 | 0.13 | 260.9 | 0.72 | 0.52 |
| Hex | 69 | 2B | DD | 34 | 51 | 0 | D | 105 | 48 | 34 |
| Octal | 151 | 53 | 335 | 64 | 121 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101001 | 101011 | 11011101 | 110100 | 1010001 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #692BDD
Complementary color
Monochromatic Colors of #692BDD
Black with #692BDD
Text Example
Text Example
White with #692BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BDD; }
p { color: rgb(105,43,221); }
H1.HeaderClassName
{
color: #692BDD;
}
.AnyTagClassName
{
color: #692BDD;
}
</style>
background-color css
<style>
a { background-color: #692BDD; }
a { background-color: rgb(105,43,221); }
div.DivClassName
{
background-color: #692BDD;
}
.BgClassName
{
background-color: #692BDD;
}
</style>
border-color css
<style>
span { border-color: #692BDD; }
span { border-color: rgb(105,43,221); }
td.TdClassName
{
border-color: #692BDD;
}
.TagClassName
{
border-color: #692BDD;
}
</style>