Shades of Purple Heart #692DD7
Tints of Purple Heart #692DD7
RGB
CMYK
RGB Variations
Color information
#692DD7 (or 0x692DD7) is known color: Purple Heart. HEX triplet: 69, 2D and D7. RGB value is (105,45,215). Sum of RGB (Red+Green+Blue) = 105+45+215=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #692DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692DD7 is #96D228. Grayscale: #515151. Windows color (decimal): -9884201 or 14101865. OLE color: 14101865.
HSL color Cylindrical-coordinate representation of color #692DD7: hue angle of 261.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692DD7 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 45 | 215 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.16 |
| HSL | 261.18º | 0.68% | 0.51% | - |
| HSV(B) | 261.18º | 0.79% | 0.84% | - |
| XYZ | 19.03 | 9.79 | 65.18 | - |
| YUV | 82.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 215 | 0.51 | 0.79 | 0 | 0.16 | 261.18 | 0.68 | 0.51 |
| Hex | 69 | 2D | D7 | 33 | 4F | 0 | 10 | 105 | 44 | 33 |
| Octal | 151 | 55 | 327 | 63 | 117 | 0 | 20 | 405 | 104 | 63 |
| Binary | 1101001 | 101101 | 11010111 | 110011 | 1001111 | 0 | 10000 | 100000101 | 1000100 | 110011 |
Color Harmonies of #692DD7
Complementary color
Monochromatic Colors of #692DD7
Black with #692DD7
Text Example
Text Example
White with #692DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692DD7; }
p { color: rgb(105,45,215); }
H1.HeaderClassName
{
color: #692DD7;
}
.AnyTagClassName
{
color: #692DD7;
}
</style>
background-color css
<style>
a { background-color: #692DD7; }
a { background-color: rgb(105,45,215); }
div.DivClassName
{
background-color: #692DD7;
}
.BgClassName
{
background-color: #692DD7;
}
</style>
border-color css
<style>
span { border-color: #692DD7; }
span { border-color: rgb(105,45,215); }
td.TdClassName
{
border-color: #692DD7;
}
.TagClassName
{
border-color: #692DD7;
}
</style>