Shades of Purple Heart #692BCC
Tints of Purple Heart #692BCC
RGB
CMYK
RGB Variations
Color information
#692BCC (or 0x692BCC) is known color: Purple Heart. HEX triplet: 69, 2B and CC. RGB value is (105,43,204). Sum of RGB (Red+Green+Blue) = 105+43+204=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #692BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BCC is #96D433. Grayscale: #4F4F4F. Windows color (decimal): -9884724 or 13380457. OLE color: 13380457.
HSL color Cylindrical-coordinate representation of color #692BCC: hue angle of 263.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692BCC is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 43 | 204 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.2 |
| HSL | 263.11º | 0.65% | 0.48% | - |
| HSV(B) | 263.11º | 0.79% | 0.8% | - |
| XYZ | 17.59 | 9.09 | 57.95 | - |
| YUV | 79.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 204 | 0.49 | 0.79 | 0 | 0.2 | 263.11 | 0.65 | 0.48 |
| Hex | 69 | 2B | CC | 31 | 4F | 0 | 14 | 107 | 41 | 30 |
| Octal | 151 | 53 | 314 | 61 | 117 | 0 | 24 | 407 | 101 | 60 |
| Binary | 1101001 | 101011 | 11001100 | 110001 | 1001111 | 0 | 10100 | 100000111 | 1000001 | 110000 |
Color Harmonies of #692BCC
Complementary color
Monochromatic Colors of #692BCC
Black with #692BCC
Text Example
Text Example
White with #692BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BCC; }
p { color: rgb(105,43,204); }
H1.HeaderClassName
{
color: #692BCC;
}
.AnyTagClassName
{
color: #692BCC;
}
</style>
background-color css
<style>
a { background-color: #692BCC; }
a { background-color: rgb(105,43,204); }
div.DivClassName
{
background-color: #692BCC;
}
.BgClassName
{
background-color: #692BCC;
}
</style>
border-color css
<style>
span { border-color: #692BCC; }
span { border-color: rgb(105,43,204); }
td.TdClassName
{
border-color: #692BCC;
}
.TagClassName
{
border-color: #692BCC;
}
</style>