Shades of Purple Heart #692BB5
Tints of Purple Heart #692BB5
RGB
CMYK
RGB Variations
Color information
#692BB5 (or 0x692BB5) is known color: Purple Heart. HEX triplet: 69, 2B and B5. RGB value is (105,43,181). Sum of RGB (Red+Green+Blue) = 105+43+181=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #692BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BB5 is #96D44A. Grayscale: #4C4C4C. Windows color (decimal): -9884747 or 11873129. OLE color: 11873129.
HSL color Cylindrical-coordinate representation of color #692BB5: hue angle of 266.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692BB5 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 43 | 181 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.29 |
| HSL | 266.96º | 0.62% | 0.44% | - |
| HSV(B) | 266.96º | 0.76% | 0.71% | - |
| XYZ | 15.03 | 8.07 | 44.48 | - |
| YUV | 77.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 181 | 0.42 | 0.76 | 0 | 0.29 | 266.96 | 0.62 | 0.44 |
| Hex | 69 | 2B | B5 | 2A | 4C | 0 | 1D | 10B | 3E | 2C |
| Octal | 151 | 53 | 265 | 52 | 114 | 0 | 35 | 413 | 76 | 54 |
| Binary | 1101001 | 101011 | 10110101 | 101010 | 1001100 | 0 | 11101 | 100001011 | 111110 | 101100 |
Color Harmonies of #692BB5
Complementary color
Monochromatic Colors of #692BB5
Black with #692BB5
Text Example
Text Example
White with #692BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BB5; }
p { color: rgb(105,43,181); }
H1.HeaderClassName
{
color: #692BB5;
}
.AnyTagClassName
{
color: #692BB5;
}
</style>
background-color css
<style>
a { background-color: #692BB5; }
a { background-color: rgb(105,43,181); }
div.DivClassName
{
background-color: #692BB5;
}
.BgClassName
{
background-color: #692BB5;
}
</style>
border-color css
<style>
span { border-color: #692BB5; }
span { border-color: rgb(105,43,181); }
td.TdClassName
{
border-color: #692BB5;
}
.TagClassName
{
border-color: #692BB5;
}
</style>