Shades of Purple Heart #692BDF
Tints of Purple Heart #692BDF
RGB
CMYK
RGB Variations
Color information
#692BDF (or 0x692BDF) is known color: Purple Heart. HEX triplet: 69, 2B and DF. RGB value is (105,43,223). Sum of RGB (Red+Green+Blue) = 105+43+223=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #692BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BDF is #96D420. Grayscale: #515151. Windows color (decimal): -9884705 or 14625641. OLE color: 14625641.
HSL color Cylindrical-coordinate representation of color #692BDF: hue angle of 260.67º degrees, saturation: 0.74, 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 #692BDF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 43 | 223 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.13 |
| HSL | 260.67º | 0.74% | 0.52% | - |
| HSV(B) | 260.67º | 0.81% | 0.87% | - |
| XYZ | 20.01 | 10.06 | 70.7 | - |
| YUV | 82.06 | 207.54 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 223 | 0.53 | 0.81 | 0 | 0.13 | 260.67 | 0.74 | 0.52 |
| Hex | 69 | 2B | DF | 35 | 51 | 0 | D | 105 | 4A | 34 |
| Octal | 151 | 53 | 337 | 65 | 121 | 0 | 15 | 405 | 112 | 64 |
| Binary | 1101001 | 101011 | 11011111 | 110101 | 1010001 | 0 | 1101 | 100000101 | 1001010 | 110100 |
Color Harmonies of #692BDF
Complementary color
Monochromatic Colors of #692BDF
Black with #692BDF
Text Example
Text Example
White with #692BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BDF; }
p { color: rgb(105,43,223); }
H1.HeaderClassName
{
color: #692BDF;
}
.AnyTagClassName
{
color: #692BDF;
}
</style>
background-color css
<style>
a { background-color: #692BDF; }
a { background-color: rgb(105,43,223); }
div.DivClassName
{
background-color: #692BDF;
}
.BgClassName
{
background-color: #692BDF;
}
</style>
border-color css
<style>
span { border-color: #692BDF; }
span { border-color: rgb(105,43,223); }
td.TdClassName
{
border-color: #692BDF;
}
.TagClassName
{
border-color: #692BDF;
}
</style>