Shades of Purple Heart #692CB7
Tints of Purple Heart #692CB7
RGB
CMYK
RGB Variations
Color information
#692CB7 (or 0x692CB7) is known color: Purple Heart. HEX triplet: 69, 2C and B7. RGB value is (105,44,183). Sum of RGB (Red+Green+Blue) = 105+44+183=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #692CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692CB7 is #96D348. Grayscale: #4D4D4D. Windows color (decimal): -9884489 or 12004457. OLE color: 12004457.
HSL color Cylindrical-coordinate representation of color #692CB7: hue angle of 266.33º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692CB7 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 44 | 183 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.28 |
| HSL | 266.33º | 0.61% | 0.45% | - |
| HSV(B) | 266.33º | 0.76% | 0.72% | - |
| XYZ | 15.27 | 8.22 | 45.58 | - |
| YUV | 78.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 183 | 0.43 | 0.76 | 0 | 0.28 | 266.33 | 0.61 | 0.45 |
| Hex | 69 | 2C | B7 | 2B | 4C | 0 | 1C | 10A | 3D | 2D |
| Octal | 151 | 54 | 267 | 53 | 114 | 0 | 34 | 412 | 75 | 55 |
| Binary | 1101001 | 101100 | 10110111 | 101011 | 1001100 | 0 | 11100 | 100001010 | 111101 | 101101 |
Color Harmonies of #692CB7
Complementary color
Monochromatic Colors of #692CB7
Black with #692CB7
Text Example
Text Example
White with #692CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CB7; }
p { color: rgb(105,44,183); }
H1.HeaderClassName
{
color: #692CB7;
}
.AnyTagClassName
{
color: #692CB7;
}
</style>
background-color css
<style>
a { background-color: #692CB7; }
a { background-color: rgb(105,44,183); }
div.DivClassName
{
background-color: #692CB7;
}
.BgClassName
{
background-color: #692CB7;
}
</style>
border-color css
<style>
span { border-color: #692CB7; }
span { border-color: rgb(105,44,183); }
td.TdClassName
{
border-color: #692CB7;
}
.TagClassName
{
border-color: #692CB7;
}
</style>