Shades of Purple Heart #692BB6
Tints of Purple Heart #692BB6
RGB
CMYK
RGB Variations
Color information
#692BB6 (or 0x692BB6) is known color: Purple Heart. HEX triplet: 69, 2B and B6. RGB value is (105,43,182). Sum of RGB (Red+Green+Blue) = 105+43+182=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #692BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BB6 is #96D449. Grayscale: #4C4C4C. Windows color (decimal): -9884746 or 11938665. OLE color: 11938665.
HSL color Cylindrical-coordinate representation of color #692BB6: hue angle of 266.76º 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 #692BB6 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 43 | 182 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.29 |
| HSL | 266.76º | 0.62% | 0.44% | - |
| HSV(B) | 266.76º | 0.76% | 0.71% | - |
| XYZ | 15.13 | 8.11 | 45.02 | - |
| YUV | 77.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 182 | 0.42 | 0.76 | 0 | 0.29 | 266.76 | 0.62 | 0.44 |
| Hex | 69 | 2B | B6 | 2A | 4C | 0 | 1D | 10B | 3E | 2C |
| Octal | 151 | 53 | 266 | 52 | 114 | 0 | 35 | 413 | 76 | 54 |
| Binary | 1101001 | 101011 | 10110110 | 101010 | 1001100 | 0 | 11101 | 100001011 | 111110 | 101100 |
Color Harmonies of #692BB6
Complementary color
Monochromatic Colors of #692BB6
Black with #692BB6
Text Example
Text Example
White with #692BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BB6; }
p { color: rgb(105,43,182); }
H1.HeaderClassName
{
color: #692BB6;
}
.AnyTagClassName
{
color: #692BB6;
}
</style>
background-color css
<style>
a { background-color: #692BB6; }
a { background-color: rgb(105,43,182); }
div.DivClassName
{
background-color: #692BB6;
}
.BgClassName
{
background-color: #692BB6;
}
</style>
border-color css
<style>
span { border-color: #692BB6; }
span { border-color: rgb(105,43,182); }
td.TdClassName
{
border-color: #692BB6;
}
.TagClassName
{
border-color: #692BB6;
}
</style>