Shades of Purple Heart #692CBC
Tints of Purple Heart #692CBC
RGB
CMYK
RGB Variations
Color information
#692CBC (or 0x692CBC) is known color: Purple Heart. HEX triplet: 69, 2C and BC. RGB value is (105,44,188). Sum of RGB (Red+Green+Blue) = 105+44+188=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #692CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CBC is #96D343. Grayscale: #4E4E4E. Windows color (decimal): -9884484 or 12332137. OLE color: 12332137.
HSL color Cylindrical-coordinate representation of color #692CBC: hue angle of 265.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692CBC is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 44 | 188 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.26 |
| HSL | 265.42º | 0.62% | 0.45% | - |
| HSV(B) | 265.42º | 0.77% | 0.74% | - |
| XYZ | 15.8 | 8.44 | 48.37 | - |
| YUV | 78.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 188 | 0.44 | 0.77 | 0 | 0.26 | 265.42 | 0.62 | 0.45 |
| Hex | 69 | 2C | BC | 2C | 4D | 0 | 1A | 109 | 3E | 2D |
| Octal | 151 | 54 | 274 | 54 | 115 | 0 | 32 | 411 | 76 | 55 |
| Binary | 1101001 | 101100 | 10111100 | 101100 | 1001101 | 0 | 11010 | 100001001 | 111110 | 101101 |
Color Harmonies of #692CBC
Complementary color
Monochromatic Colors of #692CBC
Black with #692CBC
Text Example
Text Example
White with #692CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CBC; }
p { color: rgb(105,44,188); }
H1.HeaderClassName
{
color: #692CBC;
}
.AnyTagClassName
{
color: #692CBC;
}
</style>
background-color css
<style>
a { background-color: #692CBC; }
a { background-color: rgb(105,44,188); }
div.DivClassName
{
background-color: #692CBC;
}
.BgClassName
{
background-color: #692CBC;
}
</style>
border-color css
<style>
span { border-color: #692CBC; }
span { border-color: rgb(105,44,188); }
td.TdClassName
{
border-color: #692CBC;
}
.TagClassName
{
border-color: #692CBC;
}
</style>