Shades of Purple Heart #692CBA
Tints of Purple Heart #692CBA
RGB
CMYK
RGB Variations
Color information
#692CBA (or 0x692CBA) is known color: Purple Heart. HEX triplet: 69, 2C and BA. RGB value is (105,44,186). Sum of RGB (Red+Green+Blue) = 105+44+186=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #692CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CBA is #96D345. Grayscale: #4D4D4D. Windows color (decimal): -9884486 or 12201065. OLE color: 12201065.
HSL color Cylindrical-coordinate representation of color #692CBA: hue angle of 265.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692CBA is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 44 | 186 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.27 |
| HSL | 265.77º | 0.62% | 0.45% | - |
| HSV(B) | 265.77º | 0.76% | 0.73% | - |
| XYZ | 15.59 | 8.35 | 47.24 | - |
| YUV | 78.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 186 | 0.44 | 0.76 | 0 | 0.27 | 265.77 | 0.62 | 0.45 |
| Hex | 69 | 2C | BA | 2C | 4C | 0 | 1B | 10A | 3E | 2D |
| Octal | 151 | 54 | 272 | 54 | 114 | 0 | 33 | 412 | 76 | 55 |
| Binary | 1101001 | 101100 | 10111010 | 101100 | 1001100 | 0 | 11011 | 100001010 | 111110 | 101101 |
Color Harmonies of #692CBA
Complementary color
Monochromatic Colors of #692CBA
Black with #692CBA
Text Example
Text Example
White with #692CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CBA; }
p { color: rgb(105,44,186); }
H1.HeaderClassName
{
color: #692CBA;
}
.AnyTagClassName
{
color: #692CBA;
}
</style>
background-color css
<style>
a { background-color: #692CBA; }
a { background-color: rgb(105,44,186); }
div.DivClassName
{
background-color: #692CBA;
}
.BgClassName
{
background-color: #692CBA;
}
</style>
border-color css
<style>
span { border-color: #692CBA; }
span { border-color: rgb(105,44,186); }
td.TdClassName
{
border-color: #692CBA;
}
.TagClassName
{
border-color: #692CBA;
}
</style>