Shades of Purple Heart #692DDD
Tints of Purple Heart #692DDD
RGB
CMYK
RGB Variations
Color information
#692DDD (or 0x692DDD) is known color: Purple Heart. HEX triplet: 69, 2D and DD. RGB value is (105,45,221). Sum of RGB (Red+Green+Blue) = 105+45+221=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #692DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692DDD is #96D222. Grayscale: #525252. Windows color (decimal): -9884195 or 14495081. OLE color: 14495081.
HSL color Cylindrical-coordinate representation of color #692DDD: hue angle of 260.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692DDD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 45 | 221 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.13 |
| HSL | 260.45º | 0.72% | 0.52% | - |
| HSV(B) | 260.45º | 0.8% | 0.87% | - |
| XYZ | 19.82 | 10.1 | 69.31 | - |
| YUV | 83 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 221 | 0.52 | 0.80 | 0 | 0.13 | 260.45 | 0.72 | 0.52 |
| Hex | 69 | 2D | DD | 34 | 50 | 0 | D | 104 | 48 | 34 |
| Octal | 151 | 55 | 335 | 64 | 120 | 0 | 15 | 404 | 110 | 64 |
| Binary | 1101001 | 101101 | 11011101 | 110100 | 1010000 | 0 | 1101 | 100000100 | 1001000 | 110100 |
Color Harmonies of #692DDD
Complementary color
Monochromatic Colors of #692DDD
Black with #692DDD
Text Example
Text Example
White with #692DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692DDD; }
p { color: rgb(105,45,221); }
H1.HeaderClassName
{
color: #692DDD;
}
.AnyTagClassName
{
color: #692DDD;
}
</style>
background-color css
<style>
a { background-color: #692DDD; }
a { background-color: rgb(105,45,221); }
div.DivClassName
{
background-color: #692DDD;
}
.BgClassName
{
background-color: #692DDD;
}
</style>
border-color css
<style>
span { border-color: #692DDD; }
span { border-color: rgb(105,45,221); }
td.TdClassName
{
border-color: #692DDD;
}
.TagClassName
{
border-color: #692DDD;
}
</style>