Shades of Purple Heart #692ABB
Tints of Purple Heart #692ABB
RGB
CMYK
RGB Variations
Color information
#692ABB (or 0x692ABB) is known color: Purple Heart. HEX triplet: 69, 2A and BB. RGB value is (105,42,187). Sum of RGB (Red+Green+Blue) = 105+42+187=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #692ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692ABB is #96D544. Grayscale: #4C4C4C. Windows color (decimal): -9884997 or 12266089. OLE color: 12266089.
HSL color Cylindrical-coordinate representation of color #692ABB: hue angle of 266.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692ABB is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 42 | 187 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.27 |
| HSL | 266.07º | 0.63% | 0.45% | - |
| HSV(B) | 266.07º | 0.78% | 0.73% | - |
| XYZ | 15.62 | 8.25 | 47.78 | - |
| YUV | 77.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 187 | 0.44 | 0.78 | 0 | 0.27 | 266.07 | 0.63 | 0.45 |
| Hex | 69 | 2A | BB | 2C | 4E | 0 | 1B | 10A | 3F | 2D |
| Octal | 151 | 52 | 273 | 54 | 116 | 0 | 33 | 412 | 77 | 55 |
| Binary | 1101001 | 101010 | 10111011 | 101100 | 1001110 | 0 | 11011 | 100001010 | 111111 | 101101 |
Color Harmonies of #692ABB
Complementary color
Monochromatic Colors of #692ABB
Black with #692ABB
Text Example
Text Example
White with #692ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692ABB; }
p { color: rgb(105,42,187); }
H1.HeaderClassName
{
color: #692ABB;
}
.AnyTagClassName
{
color: #692ABB;
}
</style>
background-color css
<style>
a { background-color: #692ABB; }
a { background-color: rgb(105,42,187); }
div.DivClassName
{
background-color: #692ABB;
}
.BgClassName
{
background-color: #692ABB;
}
</style>
border-color css
<style>
span { border-color: #692ABB; }
span { border-color: rgb(105,42,187); }
td.TdClassName
{
border-color: #692ABB;
}
.TagClassName
{
border-color: #692ABB;
}
</style>