Shades of Purple Heart #692BDC
Tints of Purple Heart #692BDC
RGB
CMYK
RGB Variations
Color information
#692BDC (or 0x692BDC) is known color: Purple Heart. HEX triplet: 69, 2B and DC. RGB value is (105,43,220). Sum of RGB (Red+Green+Blue) = 105+43+220=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #692BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BDC is #96D423. Grayscale: #515151. Windows color (decimal): -9884708 or 14429033. OLE color: 14429033.
HSL color Cylindrical-coordinate representation of color #692BDC: hue angle of 261.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692BDC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 43 | 220 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.14 |
| HSL | 261.02º | 0.72% | 0.52% | - |
| HSV(B) | 261.02º | 0.8% | 0.86% | - |
| XYZ | 19.61 | 9.9 | 68.59 | - |
| YUV | 81.72 | 206.04 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 220 | 0.52 | 0.80 | 0 | 0.14 | 261.02 | 0.72 | 0.52 |
| Hex | 69 | 2B | DC | 34 | 50 | 0 | E | 105 | 48 | 34 |
| Octal | 151 | 53 | 334 | 64 | 120 | 0 | 16 | 405 | 110 | 64 |
| Binary | 1101001 | 101011 | 11011100 | 110100 | 1010000 | 0 | 1110 | 100000101 | 1001000 | 110100 |
Color Harmonies of #692BDC
Complementary color
Monochromatic Colors of #692BDC
Black with #692BDC
Text Example
Text Example
White with #692BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BDC; }
p { color: rgb(105,43,220); }
H1.HeaderClassName
{
color: #692BDC;
}
.AnyTagClassName
{
color: #692BDC;
}
</style>
background-color css
<style>
a { background-color: #692BDC; }
a { background-color: rgb(105,43,220); }
div.DivClassName
{
background-color: #692BDC;
}
.BgClassName
{
background-color: #692BDC;
}
</style>
border-color css
<style>
span { border-color: #692BDC; }
span { border-color: rgb(105,43,220); }
td.TdClassName
{
border-color: #692BDC;
}
.TagClassName
{
border-color: #692BDC;
}
</style>