Shades of Purple Heart #692CDD
Tints of Purple Heart #692CDD
RGB
CMYK
RGB Variations
Color information
#692CDD (or 0x692CDD) is known color: Purple Heart. HEX triplet: 69, 2C and DD. RGB value is (105,44,221). Sum of RGB (Red+Green+Blue) = 105+44+221=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #692CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CDD is #96D322. Grayscale: #515151. Windows color (decimal): -9884451 or 14494825. OLE color: 14494825.
HSL color Cylindrical-coordinate representation of color #692CDD: hue angle of 260.68º 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 #692CDD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 44 | 221 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.13 |
| HSL | 260.68º | 0.72% | 0.52% | - |
| HSV(B) | 260.68º | 0.8% | 0.87% | - |
| XYZ | 19.78 | 10.03 | 69.3 | - |
| YUV | 82.42 | 206.21 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 221 | 0.52 | 0.80 | 0 | 0.13 | 260.68 | 0.72 | 0.52 |
| Hex | 69 | 2C | DD | 34 | 50 | 0 | D | 105 | 48 | 34 |
| Octal | 151 | 54 | 335 | 64 | 120 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101001 | 101100 | 11011101 | 110100 | 1010000 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #692CDD
Complementary color
Monochromatic Colors of #692CDD
Black with #692CDD
Text Example
Text Example
White with #692CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CDD; }
p { color: rgb(105,44,221); }
H1.HeaderClassName
{
color: #692CDD;
}
.AnyTagClassName
{
color: #692CDD;
}
</style>
background-color css
<style>
a { background-color: #692CDD; }
a { background-color: rgb(105,44,221); }
div.DivClassName
{
background-color: #692CDD;
}
.BgClassName
{
background-color: #692CDD;
}
</style>
border-color css
<style>
span { border-color: #692CDD; }
span { border-color: rgb(105,44,221); }
td.TdClassName
{
border-color: #692CDD;
}
.TagClassName
{
border-color: #692CDD;
}
</style>